mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 05:30:55 +00:00
9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-library")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":common-all"))
|
|
compileOnly(project(":foundation-shared"))
|
|
}
|