foundation/common-plugin/build.gradle.kts

9 lines
151 B
Plaintext
Raw Normal View History

plugins {
id("gay.pizza.foundation.concrete-library")
}
2023-02-07 09:52:54 +00:00
dependencies {
2023-02-07 10:05:26 +00:00
api(project(":common-all"))
2023-02-07 09:52:54 +00:00
compileOnly(project(":foundation-shared"))
}