|
| 1 | +## 2.2.21-RC |
| 2 | + |
| 3 | +### Backend. Wasm |
| 4 | + |
| 5 | +- [`KT-81372`](https://youtrack.jetbrains.com/issue/KT-81372) K/Wasm: JsException: Exception was thrown while running JavaScript code on Safari 18.2/18.3 |
| 6 | +- [`KT-80018`](https://youtrack.jetbrains.com/issue/KT-80018) K/Wasm: exceptions don't work properly in JavaScriptCore (vm inside Safari, WebKit) |
| 7 | + |
| 8 | +### Compiler |
| 9 | + |
| 10 | +- [`KT-81191`](https://youtrack.jetbrains.com/issue/KT-81191) K2: "null cannot be cast to non-null type ConeTypeParameterLookupTag" with invalid code |
| 11 | +- [`KT-80936`](https://youtrack.jetbrains.com/issue/KT-80936) NON_PUBLIC_CALL_FROM_PUBLIC_INLINE : `@PublishedApi` doesn't work for fun interfaces |
| 12 | + |
| 13 | +### JavaScript |
| 14 | + |
| 15 | +- [`KT-80873`](https://youtrack.jetbrains.com/issue/KT-80873) KJS: Stdlib requires ES2020-compatible JS engine due to BigInt type literal |
| 16 | +- [`KT-79926`](https://youtrack.jetbrains.com/issue/KT-79926) Wrong export of interfaces with companions with ES Modules |
| 17 | + |
| 18 | +### Native |
| 19 | + |
| 20 | +- [`KT-79384`](https://youtrack.jetbrains.com/issue/KT-79384) K/N: Application Not Responding: Thread Deadlock |
| 21 | + |
| 22 | +### Tools. Gradle |
| 23 | + |
| 24 | +- [`KT-81148`](https://youtrack.jetbrains.com/issue/KT-81148) Publishing helpers in KGP are incompatible with Isolated Projects |
| 25 | +- [`KT-80950`](https://youtrack.jetbrains.com/issue/KT-80950) KGP breaks configuration cache when signing plugin with GnuPG is applied |
| 26 | +- [`KT-79047`](https://youtrack.jetbrains.com/issue/KT-79047) Gradle compileKotlin fails with configuration cache |
| 27 | + |
| 28 | +### Tools. Gradle. Multiplatform |
| 29 | + |
| 30 | +- [`KT-81249`](https://youtrack.jetbrains.com/issue/KT-81249) Kotlin 2.2.20 broke KMP implementation of Parcelize |
| 31 | +- [`KT-61127`](https://youtrack.jetbrains.com/issue/KT-61127) Remove scoped resolvable and intransitive DependenciesMetadata configurations used in the pre-IdeMultiplatformImport IDE import |
| 32 | + |
| 33 | +### Tools. Gradle. Native |
| 34 | + |
| 35 | +- [`KT-77732`](https://youtrack.jetbrains.com/issue/KT-77732) `commonizeCInterop` failed with "Unresolved classifier: platform/posix/size_t" |
| 36 | +- [`KT-80675`](https://youtrack.jetbrains.com/issue/KT-80675) Commonized cinterops between "test" compilations produce an import failure |
| 37 | + |
| 38 | +### Tools. Maven |
| 39 | + |
| 40 | +- [`KT-81218`](https://youtrack.jetbrains.com/issue/KT-81218) Kotlin Maven Plugin 2.2.20: Java classes not resolved with enabled incremental compilation without daemon |
| 41 | + |
| 42 | +### Tools. Wasm |
| 43 | + |
| 44 | +- [`KT-80582`](https://youtrack.jetbrains.com/issue/KT-80582) Multiple reloads when using webpack dev server after 2.2.20-Beta2 |
| 45 | + |
| 46 | + |
1 | 47 | ## 2.2.20-RC2 |
2 | 48 |
|
3 | 49 | ### Backend. Wasm |
|
0 commit comments