Compose-Multiplatform-KmpViewModel-Unsplash-Sample
Compose-Multiplatform-KmpViewModel-Unsplash-Sample copied to clipboard
Update Kotlin, KSP and Compose Compiler
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.google.devtools.ksp (source) | 1.9.22-1.0.18 -> 1.9.25-1.0.20 |
||||
| org.jetbrains.kotlin.plugin.serialization (source) | 1.9.22 -> 1.9.25 |
||||
| org.jetbrains.kotlin.plugin.parcelize (source) | 1.9.22 -> 1.9.25 |
||||
| org.jetbrains.kotlin.jvm (source) | 1.9.22 -> 1.9.25 |
||||
| org.jetbrains.kotlin.android (source) | 1.9.22 -> 1.9.25 |
||||
| org.jetbrains.kotlin.multiplatform (source) | 1.9.22 -> 1.9.25 |
||||
| org.jetbrains.kotlin:kotlin-test-junit (source) | 1.9.22 -> 1.9.25 |
||||
| org.jetbrains.kotlin:kotlin-test-annotations-common (source) | 1.9.22 -> 1.9.25 |
||||
| org.jetbrains.kotlin:kotlin-test (source) | 1.9.22 -> 1.9.25 |
||||
| org.jetbrains.kotlin:kotlin-compiler-embeddable (source) | 1.9.22 -> 1.9.25 |
||||
| org.jetbrains.kotlin:kotlin-parcelize-runtime (source) | 1.9.22 -> 1.9.25 |
||||
| org.jetbrains.kotlin:kotlin-stdlib (source) | 1.9.22 -> 1.9.25 |
Release Notes
google/ksp (com.google.devtools.ksp)
v1.9.25-1.0.20
KSP 1.0.20 for Kotlin 1.9.25
v1.9.24-1.0.20
KSP 1.0.20 for kotlin compiler version 1.9.24
v1.9.23-1.0.20
KSP1 issues fixed
- performance optimization for certain workload consists of heavy Java files, including
- Add excludedSources to the KSP extension object #1793 thanks to @bitspittle
KSP2 issues fixed
- NoClassDefFoundError for LZ4Factory when trying KSP2 #1713
- Calling KSType.replace() with original arguments results in <ERROR TYPE> #1807
- Static fields in base class appear in derived classes #1744
- fix backing field checking for top level callables
- support sealed inheritors lookup.
- support type alias for getSymbolsWithAnnotation
- support more types for reference elements
v1.9.23-1.0.19
New APIs
- #1708
SymbolProcessorEnvironment.kspVersion - #1707
CodeGenerator.associateWithFunctionsandCodeGenerator.associateWithProperties
Issues fixed in KSP2
- #1691 IllegalStateException: Value type not found for value
- #1719 The order of symbols returned from Resolver.getSymbolsWithAnnotation() is different
- #1718 Getting packageName of Kotlin types returns empty String
- #1721 KSAnnotation packageName is an empty String for a type from a different module
- #1722 Resolver.getDeclarationsFromPackage() returns declarations from the default package when passing in an unknown package
- #1717 Resolver.getJvmName() returns different results for annotation args
- #1725 asMemberOf() throws exception with a generic type without arguments
- #1728 ClassCastException when calling KSType.replace() with empty list
- #1713 NoClassDefFoundError for LZ4Factory when trying KSP2
- #1665 NoClassDefFound in ksp.useKSP2=true mode
- #1733 ABI incompatibility with kotlin-compiler-embeddable in 2.0.0-Beta4
- #1714 Generated resources are not added to KotlinCompilation inputs
- #1747 isCompanionObject is false for companion objects from KOTLIN_LIB
- #1743 Incorrect type parameter variances
- #1759 IllegalStateException when getting the modifiers from properties in a Java annotation declaration
Issues fixed in KSP Gradle Plugin
- #1712 Analysis API artifacts have the wrong common-deps dependency
- #1775 1.0.18 creates circular dependencies with kapt tasks
- #1772 Update plugin com.google.devtools.ksp to v1.9.22-1.0.18 BUILD FAILED
Known issues
- #1776 KSP2 has higher memory usage when the compile classpath is very large.
JetBrains/kotlin (org.jetbrains.kotlin.plugin.serialization)
v1.9.25: Kotlin 1.9.25
Note: This is a technical release for IntelliJ IDEA.
Changelog
Tools. JPS
KT-69204Generate lookups in dumb mode for compatibility with ref index
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 resolutionKT-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 machinesKT-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
KT-67785Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymoreKT-65864K/Wasm: update Node.js to 22.x
v1.9.23: Kotlin 1.9.23
1.9.23
Apple Ecosystem
KT-65542Cinterop tasks fails if Xcode 15.3 is used
Backend. Wasm
KT-64486Kotlin/Wasm/WASI exported function callback for coroutines support
Compiler
KT-53478Could not load module <Error module>KT-66044JDK's new API is used over Kotlin's SDK functionsKT-64640Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collectionsKT-65441K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfacesKT-65634K/N: data race during monolithic cache creationKT-53109CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdasKT-52757Type inference for builders fails if inferred from a function
Tools. Gradle
KT-65792Add JSON build reportKT-65091Update compiler metrics in build reportsKT-62490KGP dropping resource directories
Tools. Gradle. JS
KT-64119K/JS: Migrate package manager from Yarn onto NPMKT-64561K/JS tests are not executed after upgrade to 1.9.22
Tools. Gradle. Multiplatform
KT-65954commonTest dependencies affect commoMainMetadata compilation
Tools. Gradle. Native
KT-64573Default value forproduceUnpackedKlibwas not provided
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.