foundation/foundation-chaos/build.gradle.kts

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