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

8 lines
110 B
Plaintext
Raw Normal View History

2023-01-28 19:35:10 -08:00
plugins {
id("gay.pizza.foundation.concrete-plugin")
}
dependencies {
api(project(":common-heimdall"))
}