Skip to content

Commit

Permalink
Downgrade Kotlin to 1.8.21 due to compatibility with WCAndroid
Browse files Browse the repository at this point in the history
  • Loading branch information
0nko committed Nov 13, 2023
1 parent 04a58e2 commit b179251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginManagement {
gradle.ext.kotlinVersion = '1.8.22'
gradle.ext.kotlinVersion = '1.8.21'
gradle.ext.daggerVersion = '2.45'
gradle.ext.agpVersion = '8.1.0'
gradle.ext.detektVersion = '1.19.0'
Expand Down

0 comments on commit b179251

Please sign in to comment.