Initial commit

That's a lotta stuff for an initial commit, but well...
This commit is contained in:
2024-05-25 19:22:26 +02:00
commit b0f35b03b9
99 changed files with 6476 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
dependencies {
implementation("org.ow2.asm:asm:${properties["asm.version"]}")
implementation("org.ow2.asm:asm-commons:${properties["asm.version"]}")
}