Skip to content

Commit

Permalink
Update kotlin monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 26, 2024
1 parent b87c987 commit 89904ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion native_image_cropper/example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.9.24'
ext.kotlin_version = '2.0.0'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion native_image_cropper_android/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlin_version = '1.9.24'
kotlin_version = '2.0.0'
ktlintPluginVersion = '12.1.1'
}

Expand Down
2 changes: 1 addition & 1 deletion native_image_cropper_android/example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.9.24'
ext.kotlin_version = '2.0.0'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 89904ab

Please sign in to comment.