Files
pork/execution/build.gradle.kts

9 lines
125 B
Plaintext
Raw Permalink Normal View History

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