mirror of
https://github.com/fankes/unmeta-gradle-plugin.git
synced 2025-09-08 11:54:02 +08:00
Implement unmeta codes
- cited from io.github.izhangzhihao.unmeta
This commit is contained in:
@@ -9,8 +9,10 @@ plugins {
|
||||
dependencies {
|
||||
implementation(kotlin("stdlib"))
|
||||
implementation(gradleApi())
|
||||
implementation(libs.asm)
|
||||
|
||||
testImplementation(libs.junit)
|
||||
testImplementation(libs.truth)
|
||||
}
|
||||
|
||||
java {
|
||||
|
Reference in New Issue
Block a user