Skip to content

Commit

Permalink
Update Kotlin and Compose to stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Jan 24, 2024
1 parent 2c22d91 commit 391ba8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.4-dev-k1.9.20-RC-1edce5fd625"
kotlinCompilerExtensionVersion = "1.5.8"
}
}

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ plugins {
//trick: for the same plugin versions in all sub-modules
id("com.android.application").version("8.1.2").apply(false)
id("com.android.library").version("8.1.2").apply(false)
kotlin("android").version("1.9.20-RC").apply(false)
kotlin("multiplatform").version("1.9.20-RC").apply(false)
kotlin("android").version("1.9.22").apply(false)
kotlin("multiplatform").version("1.9.22").apply(false)
}

0 comments on commit 391ba8d

Please sign in to comment.