foundation/foundation-chaos/build.gradle.kts

9 lines
162 B
Plaintext
Raw Normal View History

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