Skip to content

Commit

Permalink
update Kotlin to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Dec 3, 2024
1 parent 636151e commit 61ac09d
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 160 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (useKeystoreProperties) {
plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
id("org.jetbrains.kotlin.plugin.compose") version "2.0.21"
id("org.jetbrains.kotlin.plugin.compose") version "2.1.0"
}

android {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins {
id("com.android.application") version "8.7.3" apply false
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
}
Loading

0 comments on commit 61ac09d

Please sign in to comment.