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