mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-21 20:12:34 +00:00
12 lines
197 B
Plaintext
12 lines
197 B
Plaintext
import com.dfsek.terra.configureCompilation
|
|
import com.dfsek.terra.configureDependencies
|
|
|
|
configureCompilation()
|
|
configureDependencies()
|
|
|
|
|
|
|
|
dependencies {
|
|
"shadedApi"(project(":common:api"))
|
|
}
|