Skip to content

Commit

Permalink
Update Kotlin to 2.0.21
Browse files Browse the repository at this point in the history
This commit updates the Kotlin version to 2.0.21 and removes the `useLiveLiterals
` setting from the Compose options.
  • Loading branch information
jacobrein committed Oct 10, 2024
1 parent 63e659d commit 4fc36fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AndroidApplicationPlugin : AndroidPluginBase<BaseAppModuleExtension>(BaseA
buildFeatures.buildConfig = true

composeOptions {
useLiveLiterals = true

}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ blurhash = "0.4.0-SNAPSHOT"
generativeai = "0.9.0"
gradle = "8.7.0"

kotlin = "2.0.20"
kotlin = "2.0.21"
kspVersion = "2.0.20-1.0.25"

androidxBaselineprofileGradlePlugin = "1.3.0"
Expand Down

0 comments on commit 4fc36fd

Please sign in to comment.