Skip to content

Commit

Permalink
Update Kotlin, KSP and Compose Compiler
Browse files Browse the repository at this point in the history
| datasource | package                                                                                           | from          | to            |
| ---------- | ------------------------------------------------------------------------------------------------- | ------------- | ------------- |
| maven      | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin                                     | 2.0.20-1.0.24 | 2.0.20-1.0.25 |
| maven      | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin             | 2.0.20        | 2.0.21        |
| maven      | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin         | 2.0.20        | 2.0.21        |
| maven      | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin               | 2.0.20        | 2.0.21        |
| maven      | org.jetbrains.kotlin:kotlin-test-junit                                                            | 2.0.20        | 2.0.21        |
| maven      | org.jetbrains.kotlin:kotlin-test                                                                  | 2.0.20        | 2.0.21        |
| maven      | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.0.20        | 2.0.21        |
| maven      | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin         | 2.0.20        | 2.0.21        |
| maven      | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin                           | 2.0.20        | 2.0.21        |
  • Loading branch information
renovate[bot] committed Oct 10, 2024
1 parent 0efd054 commit e99ab8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
junit = "4.13.2"
kotlin = "2.0.20"
kotlin = "2.0.21"
coroutines = "1.9.0"
kotlinx-serialization-json = "1.7.3"
kotlinx-collections-immutable = "0.3.8"
Expand Down Expand Up @@ -48,7 +48,7 @@ detekt = "1.23.7"
kotlinx-kover = "0.8.3"
dokka = "1.9.20"
kotlinx-binary-compatibility-validator = "0.16.3"
ksp = "2.0.20-1.0.24"
ksp = "2.0.20-1.0.25"
poko = "0.17.0"

vanniktech-maven-publish = "0.29.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.0.20"
kotlin = "2.0.21"
# the Java version that the Java and Kotlin compilers will target
java-target = "11"
# the Java version that is used to run the Java and Kotlin compilers and various other tasks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ compose = "1.7.3"
compose-plugin = "1.6.11"
junit = "4.13.2"
koject = "1.3.0"
kotlin = "2.0.20"
ksp = "2.0.20-1.0.24"
kotlin = "2.0.21"
ksp = "2.0.20-1.0.25"

flow-ext = "1.0.0"
kotlinx-collections-immutable = "0.3.8"
Expand Down

0 comments on commit e99ab8d

Please sign in to comment.