Skip to content

Commit

Permalink
Upgrade kotlin to 1.9.0 (IDE upgrade required)
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed Aug 24, 2023
1 parent 15a3db8 commit 4d43b99
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

buildscript {
ext.gradle_version = "7.4.2"
ext.kotlin_version = "1.8.20"
ext.kotlin_version = "1.9.0"

repositories {
google()
Expand Down Expand Up @@ -92,8 +92,3 @@ allprojects {
}

apply plugin: 'android-reporting'

// Auto-generated by Android Studio
task clean(type: Delete) {
delete rootProject.buildDir
}

0 comments on commit 4d43b99

Please sign in to comment.