Skip to content

Commit

Permalink
Update Kotlin to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sindrenm committed Dec 10, 2024
1 parent 71cd9fd commit e62feb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ androidx-navigation = "2.8.4"
arrow = "2.0.0"
dagger = "2.53.1"
dagger-auto = "1.5.0"
kotlin = "2.0.21"
kotlin = "2.1.0"
kotlinx-coroutines = "1.9.0"

[plugins]
Expand All @@ -16,7 +16,7 @@ android-library = { id = "com.android.library", version.ref = "android-gradle-pl
dagger-hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "dagger" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
kotlin-ksp = { id = "com.google.devtools.ksp", version.require = "2.0.21-1.0.28" }
kotlin-ksp = { id = "com.google.devtools.ksp", version.require = "2.1.0-1.0.29" }

[libraries]
android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.1.3"
Expand Down

0 comments on commit e62feb9

Please sign in to comment.