Files
tweed5/tweed5-patchwork/build.gradle.kts
Siphalor b0f35b03b9 Initial commit
That's a lotta stuff for an initial commit, but well...
2024-05-25 19:22:26 +02:00

5 lines
159 B
Kotlin

dependencies {
implementation("org.ow2.asm:asm:${properties["asm.version"]}")
implementation("org.ow2.asm:asm-commons:${properties["asm.version"]}")
}