Implement unmeta codes

- cited from io.github.izhangzhihao.unmeta
This commit is contained in:
You Qi
2023-04-27 17:52:24 +08:00
parent 5dcfc59b37
commit e4932d4ef9
8 changed files with 72 additions and 55 deletions

View File

@@ -9,8 +9,10 @@ plugins {
dependencies {
implementation(kotlin("stdlib"))
implementation(gradleApi())
implementation(libs.asm)
testImplementation(libs.junit)
testImplementation(libs.truth)
}
java {