pork/tokenizer/build.gradle.kts

8 lines
97 B
Plaintext
Raw Permalink Normal View History

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