simlar-android
simlar-android copied to clipboard
Update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 to v1.9.25
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| org.jetbrains.kotlin:kotlin-stdlib-jdk8 (source) | 1.9.20 -> 1.9.25 |
Release Notes
JetBrains/kotlin (org.jetbrains.kotlin:kotlin-stdlib-jdk8)
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 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
-
KT-67785Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore -
KT-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 functions -
KT-64640Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections -
KT-65441K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces -
KT-65634K/N: data race during monolithic cache creation -
KT-53109CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas -
KT-52757Type inference for builders fails if inferred from a function
Tools. Gradle
-
KT-65792Add JSON build report -
KT-65091Update compiler metrics in build reports -
KT-62490KGP dropping resource directories
Tools. Gradle. JS
-
KT-64119K/JS: Migrate package manager from Yarn onto NPM -
KT-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
v1.9.22: Kotlin 1.9.22
Changelog
JavaScript
-
KT-63719KJS: Test results ignored for ES module kind -
KT-63808compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers
Native
-
KT-64139Weird bug with while and coroutine in Kotlin Native -
KT-63471linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps -
KT-63789Native: Incremental compilation problem with compose
Tools. CLI
-
KT-64485CLI: cache and optimize parsing of command-line arguments
Tools. Gradle
-
KT-63990"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects
Tools. Gradle. Native
-
KT-63363Kotlin Gradle Plugin:KotlinNativeHostSpecificMetadataArtifactbreaks configuration cache, implicitly includes output file as configuration cache input -
KT-63742Gradle wrongly caches Kotlin/Native compiler flags
Tools. JPS
-
KT-64305Kotlin JPS builder requests chunk rebuild with graph implementation -
KT-64112Avoid using IJ's JPS mappings in Kotlin JPS tests -
KT-63799Make plugin classpath serialization path agnostic
Checksums
| File | Sha256 |
|---|---|
| kotlin-compiler-1.9.22.zip | 88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6 |
| kotlin-native-linux-x86_64-1.9.22.tar.gz | c2b0a6481ced5401db4a7028661c039b7466996efaa554bbcc6a3d421ac5e7d4 |
| kotlin-native-macos-x86_64-1.9.22.tar.gz | 4646c9bc289d48a228064f565f3a968dde3dcccd7821f403717c708f6ffa8285 |
| kotlin-native-macos-aarch64-1.9.22.tar.gz | 8a95c0e0eb46b41b6d02a1942dc7dfe8c70082a2a26679490a77cd486f0ec8dd |
| kotlin-native-windows-x86_64-1.9.22.zip | a9d7bcf38a41a84002ba7a733b08e97b554225a39656d5158fc31dc6d0acede4 |
v1.9.21: Kotlin 1.9.21
Changelog
Compiler
-
KT-62885Introduce a language feature entry for expect actual classes for easier configuration of MPP projects -
KT-63081Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()
Docs & Examples
-
KT-55619DocumentString.formatfunction
IDE. Gradle Integration
-
KT-62877Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped
IDE. Gradle. Script
-
KT-60813Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API
JavaScript
-
KT-60785KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error -
KT-63207KMP / JS: "TypeError: <mangled_name> is not a function" with 1.9.20 -
KT-62778package.json "main" field has .js extension when the result files have .mjs extension -
KT-61795KJS: Incremental Cache is not invalidated ifuseEsClassescompiler argument was changed -
KT-61957KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with@JsExportand Enum.entries call -
KT-62444KJS with commonJS modules should re-export in 1.9.20 -
KT-63184KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript -
KT-62190KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules() -
KT-58685KJS: "IllegalStateException: Not locked" cused by "unlock" called twice
Klibs
-
KT-62515Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"
Tools. CLI
-
KT-63139Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info
Tools. Gradle
-
KT-63499Gradle: Source sets conventions are still registered
Tools. Gradle. JS
-
KT-59523MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)
Tools. Gradle. Kapt
-
KT-63366Kapt processing fails with custom source sets
Tools. Gradle. Multiplatform
-
KT-32608Create JUnit-XML result file in multiplatform gradle build -
KT-63315Wasm gradle plugin DSL is invalid for parameterless wasmWasi method -
KT-63338[KMP] metadata task fails to find cinterop classes from dependency projects -
KT-63044KGP: Multiplatform - 8.4 configuration cache support -
KT-63011Apple Framework Artifacts is not connected to KotlinNativeTask -
KT-62601AS/IntelliJ exception after updating a KMP project with a macos target to Kotlin 1.9.20-RC
Tools. Incremental Compile
-
KT-61590K2/KMP: Expect actual matching is breaking on the incremental compilation
Tools. JPS
-
KT-63594ClassCastException in JPS statistics -
KT-63651Fix NPE in Kotlin JPS after enabling graph implementation of JPS
Tools. Kapt
-
KT-57389KAPT3 uses a Javac API for JCImport which will break in JDK 21 -
KT-60507Kapt: "IllegalAccessError: superclass access check failed" using java 21 toolchain
Tools. Scripts
-
KT-54819Scripts: Not able to use slf4j in .main.kts -
KT-61727Scripts: Maven artifacts resolution is slow
Checksums
| File | Sha256 |
|---|---|
| kotlin-compiler-1.9.21.zip | cf17e0272bc065d49e64a86953b73af06065370629f090d5b7c2fe353ccf9c1a |
| kotlin-native-linux-x86_64-1.9.21.tar.gz | 965564bb599a95283307be31947386b61f0de79514e894b1f20f4fe728eee7cc |
| kotlin-native-macos-x86_64-1.9.21.tar.gz | 8f47cf1871bf0dfcacfc04e68ee71f2333a8a711ca25fd7a29e852eafe8da76e |
| kotlin-native-macos-aarch64-1.9.21.tar.gz | b3c45aa0a5aa08419bd79b06cb5bdeed32b30141a6a976b67ca91bb0959e28b7 |
| kotlin-native-windows-x86_64-1.9.21.zip | e917e67d5dfeb4683a413b932f080adef08ba48d8ede61fbb040f9c3481f7b3a |
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.