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

14 lines
270 B
Plaintext
Raw Permalink Normal View History

2023-01-28 19:35:10 -08:00
plugins {
id("gay.pizza.foundation.concrete-plugin")
}
dependencies {
2023-02-07 04:52:54 -05:00
implementation(project(":common-plugin"))
compileOnly(project(":foundation-shared"))
implementation(project(":common-heimdall"))
2023-01-28 19:35:10 -08:00
}
concreteItem {
dependency(project(":foundation-core"))
}