mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-12 18:56:04 +00:00
base API project
This commit is contained in:
10
common/api/build.gradle.kts
Normal file
10
common/api/build.gradle.kts
Normal file
@@ -0,0 +1,10 @@
|
||||
afterEvaluate {
|
||||
subprojects.forEach {
|
||||
if(it != project) {
|
||||
println("Project: ${it.name}")
|
||||
dependencies {
|
||||
"shadedApi"(it)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user