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.21-1.0.28 | 2.1.0-1.0.29 |
| maven      | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin             | 2.0.21        | 2.1.0        |
| maven      | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin         | 2.0.21        | 2.1.0        |
| maven      | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin               | 2.0.21        | 2.1.0        |
| maven      | org.jetbrains.kotlin:kotlin-test-junit                                                            | 2.0.21        | 2.1.0        |
| maven      | org.jetbrains.kotlin:kotlin-test                                                                  | 2.0.21        | 2.1.0        |
| maven      | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.0.21        | 2.1.0        |
| maven      | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin         | 2.0.21        | 2.1.0        |
| maven      | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin                           | 2.0.21        | 2.1.0        |
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 6b0f8fc commit fdafb8b
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.21"
kotlin = "2.1.0"
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.21-1.0.28"
ksp = "2.1.0-1.0.29"
poko = "0.17.2"

vanniktech-maven-publish = "0.30.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.0.21"
kotlin = "2.1.0"
# 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.5"
compose-plugin = "1.7.0"
junit = "4.13.2"
koject = "1.3.0"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.28"
kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"

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

0 comments on commit fdafb8b

Please sign in to comment.