pork/bytecode/build.gradle.kts

8 lines
97 B
Plaintext
Raw Normal View History

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