mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-13 20:33:01 +00:00
5 lines
135 B
Kotlin
5 lines
135 B
Kotlin
dependencies {
|
|
shadedApi(project(":common:implementation:base"))
|
|
|
|
compileOnly("org.allaymc.allay", "api", Versions.Allay.api)
|
|
} |