build: update to kotlin 1.8.10
authorDa Risk <da_risk@geekorum.com>
Tue, 28 Feb 2023 14:56:36 -0400
changeset 953 5af574ceb116
parent 952 657c746aca02
child 954 38819d8ff1b7
build: update to kotlin 1.8.10
buildSrc/build.gradle.kts
gradle/libs.versions.toml
--- a/buildSrc/build.gradle.kts	Tue Feb 28 14:50:21 2023 -0400
+++ b/buildSrc/build.gradle.kts	Tue Feb 28 14:56:36 2023 -0400
@@ -35,7 +35,7 @@
     implementation("com.github.triplet.gradle:play-publisher:3.7.0")
     implementation("com.geekorum.gradle.avdl:flydroid:0.0.3")
     // need to be added to work with compose  https://issuetracker.google.com/issues/195342732
-    implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0")
+    implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10")
 
     // fix https://github.com/google/dagger/issues/3068
     implementation("com.squareup:javapoet:1.13.0")
--- a/gradle/libs.versions.toml	Tue Feb 28 14:50:21 2023 -0400
+++ b/gradle/libs.versions.toml	Tue Feb 28 14:56:36 2023 -0400
@@ -29,7 +29,7 @@
 androidx-constraintlayout = "2.1.4"
 androidx-coordinatorlayout = "1.2.0"
 androidx-compose-bom = "2023.01.00"
-androidx-compose-compiler = "1.4.0"
+androidx-compose-compiler = "1.4.3"
 androidx-hilt-compiler = "1.0.0"
 androidx-hilt-navigation-compose = "1.0.0"
 androidx-hilt-work = "1.0.0"
@@ -45,7 +45,7 @@
 android-material = "1.7.0"
 kotlinx-coroutines = "1.6.4"
 kotlinx-datetime = "0.4.0"
-kotlinx-serialization = "1.4.1"
+kotlinx-serialization = "1.5.0"
 dagger = "2.45"
 okio = "3.2.0"
 okhttp = "4.10.0"