pork/execution/build.gradle.kts

9 lines
125 B
Plaintext
Raw Normal View History

2023-11-15 07:44:10 +00:00
plugins {
id("gay.pizza.pork.module")
}
dependencies {
api(project(":frontend"))
implementation(project(":common"))
}