mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-plugin")
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly(project(":foundation-core"))
|
|
}
|