Skip to content

Commit

Permalink
Update dependency com.squareup:kotlinpoet to v1.17.0 (#303)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 24, 2024
1 parent 59b0d64 commit d9d59a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildscript {
// Yuck. Need to force kotlinpoet:1.16.0 as that is what buildconfig uses.
// CMP 1.6.0-x uses kotlinpoet:1.14.x. Gradle seems to force 1.14.x which then breaks
// buildconfig.
classpath("com.squareup:kotlinpoet:1.16.0")
classpath("com.squareup:kotlinpoet:1.17.0")
}
}

Expand Down

0 comments on commit d9d59a5

Please sign in to comment.