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

13 lines
218 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 {
implementation(project(":common-plugin"))
2023-02-07 04:52:54 -05:00
compileOnly(project(":foundation-shared"))
2023-01-28 00:21:14 -08:00
}
plugin {
dependency(project(":foundation-core"))
}