We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8ba17 commit 4f29fb1Copy full SHA for 4f29fb1
defensor-gradle-plugin/build.gradle.kts
@@ -1,5 +1,4 @@
1
plugins {
2
- id("java-library")
3
kotlin("jvm")
4
`java-gradle-plugin`
5
id("com.gradle.plugin-publish") version "0.16.0"
@@ -13,7 +12,7 @@ dependencies {
13
12
compileOnly("com.android.tools.build:gradle:$AGP_VERSION")
14
compileOnly(kotlin("gradle-plugin", KOTLIN_VERSION))
15
implementation(gradleApi())
16
- implementation("org.ow2.asm:asm:9.2")
+ implementation("org.ow2.asm:asm-tree:9.2")
17
implementation(project(":defensor-stub-android"))
18
}
19
0 commit comments