Files
foundation/foundation-chaos/build.gradle.kts

8 lines
118 B
Plaintext
Raw Normal View History

2023-01-28 19:38:57 -08:00
plugins {
2023-01-28 21:09:40 -08:00
id("gay.pizza.foundation.concrete-plugin")
2023-01-28 19:38:57 -08:00
}
2023-01-28 00:21:14 -08:00
dependencies {
compileOnly(project(":foundation-core"))
}