Skip to content

Commit

Permalink
Link issue to kotlinpoet workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanalvarado authored Jan 14, 2025
1 parent dcf8ad8 commit ef45a77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
buildscript {
dependencies {
// Yuck. Need to force kotlinpoet:1.16.0 as that is what buildconfig uses.
// 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.
// https://github.com/gmazzo/gradle-buildconfig-plugin/issues/131
classpath("com.squareup:kotlinpoet:1.16.0")
}
}
Expand Down

0 comments on commit ef45a77

Please sign in to comment.