File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88 id(" com.android.application" )
99 id(" com.github.triplet.play" ) version " 3.8.4"
1010 kotlin(" android" )
11- id(" com.google.devtools.ksp" ) version " 1.9.0 -1.0.13"
11+ id(" com.google.devtools.ksp" ) version " 1.9.10 -1.0.13"
1212}
1313
1414private val versionProperty by lazy {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 mavenCentral()
99 }
1010 dependencies {
11- val kotlinVersion = " 1.9.0 "
11+ val kotlinVersion = " 1.9.10 "
1212 classpath(" com.android.tools.build:gradle:8.1.1" )
1313 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion} " )
1414 classpath(" org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion} " )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ object Versions {
1515 const val androidBuildTools = " 34.0.0"
1616
1717 const val compose = " 1.5.0"
18- const val composeCompiler = " 1.5.1 "
18+ const val composeCompiler = " 1.5.3 "
1919 const val androidxLifecycle = " 2.6.1"
2020 const val composeDestinations = " 1.9.52"
2121 const val camera = " 1.2.3"
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ kotlin {
6969
7070 // Helper
7171 api(" org.jetbrains.kotlinx:kotlinx-datetime:0.4.0" )
72- api(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1 " ) // Also needed by android for ComposeDestination parameter serialization
72+ api(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0 " ) // Also needed by android for ComposeDestination parameter serialization
7373 }
7474 }
7575 val commonTest by getting {
You can’t perform that action at this time.
0 commit comments