Skip to content

Commit

Permalink
Update kotlin version to make flutter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Sep 6, 2024
1 parent 2cbdd2f commit d0cc940
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
buildscript {
ext.kotlin_version = '1.6.10'
// Flutter 3.24.2 requires kotlin to be 1.7.x
// As of 2024-09-06, the latest kotlin 1.7.x is 1.7.21
// See https://kotlinlang.org/docs/releases.html#release-details
ext.kotlin_version = '1.7.21'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit d0cc940

Please sign in to comment.