mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-22 16:18:32 +00:00
move API project
This commit is contained in:
@@ -41,8 +41,8 @@ fun Project.configureDependencies() {
|
||||
|
||||
if (project(":common:addons").subprojects.contains(this)) { // If this is an addon project, depend on the API.
|
||||
dependencies {
|
||||
"compileOnly"(project(":common:api"))
|
||||
"testImplementation"(project(":common:api"))
|
||||
"compileOnly"(project(":common:api:core"))
|
||||
"testImplementation"(project(":common:api:core"))
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user