Files
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 04:52:54 -05:00
dependencies {
2023-02-07 05:05:26 -05:00
api(project(":common-all"))
2023-02-07 04:52:54 -05:00
compileOnly(project(":foundation-shared"))
}