foundation/common-plugin/build.gradle.kts

8 lines
121 B
Plaintext
Raw Normal View History

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