pork/execution/build.gradle.kts

9 lines
125 B
Plaintext

plugins {
id("gay.pizza.pork.module")
}
dependencies {
api(project(":frontend"))
implementation(project(":common"))
}