We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907e375 commit a0cbfa0Copy full SHA for a0cbfa0
wire-gradle-plugin/build.gradle.kts
@@ -35,11 +35,11 @@ gradlePlugin {
35
dependencies {
36
compileOnly(gradleApi())
37
compileOnly(libs.pluginz.android)
38
+ compileOnly(libs.pluginz.kotlin)
39
40
implementation(projects.wireCompiler)
41
implementation(projects.wireKotlinGenerator)
42
implementation(libs.swiftpoet)
- implementation(libs.pluginz.kotlin)
43
44
testImplementation(libs.junit)
45
testImplementation(libs.assertj)
0 commit comments