Skip to content

Commit

Permalink
Update Kotlin to v1.9.21 (#96)
Browse files Browse the repository at this point in the history
* Update Kotlin to v1.9.21

* ignore kotlin version check for demo

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jordon de Hoog <[email protected]>
  • Loading branch information
renovate[bot] and jordond authored Nov 29, 2023
1 parent a9edc69 commit c9b97d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions demo/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ android {
jvmTarget = "11"
freeCompilerArgs = freeCompilerArgs + listOf(
"-opt-in=androidx.compose.material3.ExperimentalMaterial3Api",
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true",
)
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sdk-target = "34"
sdk-compile = "34"
sdk-min = "21"
agp = "8.1.4"
kotlin = "1.9.20"
kotlin = "1.9.21"
versions = "0.50.0"
dokka = "1.9.10"
core-ktx = "1.12.0"
Expand Down

0 comments on commit c9b97d8

Please sign in to comment.