Skip to content

Commit

Permalink
CompileOnly for the KGP in wire-gradle-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
oldergod committed Sep 11, 2024
1 parent 907e375 commit be78550
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wire-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ gradlePlugin {
dependencies {
compileOnly(gradleApi())
compileOnly(libs.pluginz.android)
compileOnly(libs.pluginz.kotlin)

implementation(projects.wireCompiler)
implementation(projects.wireKotlinGenerator)
implementation(libs.swiftpoet)
implementation(libs.pluginz.kotlin)

testImplementation(libs.junit)
testImplementation(libs.assertj)
testImplementation(libs.pluginz.kotlin)
testImplementation(projects.wireTestUtils)
}

Expand Down

0 comments on commit be78550

Please sign in to comment.