mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-13 12:21:05 +00:00
10 lines
202 B
Kotlin
10 lines
202 B
Kotlin
afterEvaluate {
|
|
subprojects.forEach {
|
|
if (it != project) {
|
|
println("Project: ${it.name}")
|
|
dependencies {
|
|
shadedApi(it)
|
|
}
|
|
}
|
|
}
|
|
} |