positional
positional copied to clipboard
Update Kotlin and strict dependents
Kotlin, KSP, and the Compose compiler need to be updated together since KSP and the Compose compiler are strictly tied to Kotlin versions. This PR will aggregate their updates. Once checks are passing because compatible versions are in use, this PR can be merged.
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| org.jetbrains.kotlinx:kotlinx-coroutines-test | 1.8.0 -> 1.8.1 |
||||
| org.jetbrains.kotlinx:kotlinx-coroutines-play-services | 1.8.0 -> 1.8.1 |
||||
| org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.8.0 -> 1.8.1 |
||||
| org.jetbrains.kotlinx:kotlinx-coroutines-android | 1.8.0 -> 1.8.1 |
||||
| org.jetbrains.kotlin.jvm (source) | 1.9.23 -> 1.9.24 |
||||
| org.jetbrains.kotlin.android (source) | 1.9.23 -> 1.9.24 |
||||
| org.jetbrains.kotlin:kotlin-test (source) | 1.9.23 -> 1.9.24 |
||||
| org.jetbrains.kotlin:kotlin-reflect (source) | 1.9.23 -> 1.9.24 |
||||
| org.jetbrains.kotlin:kotlin-gradle-plugin (source) | 1.9.23 -> 1.9.24 |
||||
| com.google.devtools.ksp (source) | 1.9.23-1.0.20 -> 1.9.24-1.0.20 |
||||
| com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin (source) | 1.9.23-1.0.20 -> 1.9.24-1.0.20 |
||||
| androidx.compose.compiler:compiler (source) | 1.5.12 -> 1.5.13 |
Release Notes
Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-test)
v1.8.1
- Remove the
@ExperimentalTimeannotation from usages ofTimeSource(#4046). Thanks, @hfhbd! - Introduce a workaround for an Android bug that caused an occasional
NullPointerExceptionwhen setting theStateFlowvalue on old Android devices (#3820). - No longer use
kotlin.random.Randomas part ofDispatchers.DefaultandDispatchers.IOinitialization (#4051). -
Flow.timeoutthrows the exception with which the channel was closed (#4071). - Small tweaks and documentation fixes.
Changelog relative to version 1.8.1-Beta
-
Flow.timeoutthrows the exception with which the channel was closed (#4071). - Small documentation fixes.
JetBrains/kotlin (org.jetbrains.kotlin.jvm)
v1.9.24: 1.9.24
Changelog
Backend. Wasm
-
KT-64890K/Wasm compiler crash with external class and Kodein
Compiler
-
KT-65235JDK 21 might lead to change in overloads resolution -
KT-66768K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call
Native
-
KT-67218Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary
Tools. Gradle
Tools. Gradle. Multiplatform
-
KT-67127KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines -
KT-66514Don't get output file from Cinterop task for IDE Import if host os doesn't support it
Tools. JPS
-
KT-65043JPS dumb mode should respect maps needed for the compiler
Tools. Wasm
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.