-
Steps to reproduce:
1. Create a new Kotlin/JS React application: everything compiles and works - https://github.com/andrew-k-21-12/ksp-reproduce/commit/59d656cd4bed8f5618e479650238d81afc040915.
…
-
### 🕗 Version
0.5.8-rc.4
```ts
export type TranscodeEncoding = "ascii" | "utf8" | "utf16le" | "ucs2" | "latin1" | "binary";
export function transcode(source: Uint8Array, fromEnc: Tra…
-
Hey guys, this exception still happens for me with:
- 1.9.20-1.0.14
- 1.9.21-1.0.15
- 1.9.21-1.0.16
- 1.9.22-1.0.17
- 2.0.0-Beta3-1.0.17
last version without this bug:
- 1.9.20-1.0.13
…
-
Tracking issue for multiplatform support in KSP.
-
Build fails when used with Kotlin JS plugin.
build.gradle.kts
```
plugins {
kotlin("js") version "1.6.21"
id("de.fuerstenau.buildconfig") version "1.1.8"
}
kotlin {
js(IR) {
…
-
### Expected Behavior
Run Kotest5 test
### Actual Behaviour
Im getting this Error:
```
kotlin.NotImplementedError: An operation is not implemented: Should not be here: class org.jetbrains…
-
**Which version of Kotest are you using**
Kotest 5.9.1
Hi!
We ran into an issue testing our KMP codebase against Kotlin 2.0.20-Beta2 (Beta1 works, 2.0.10-RC also works).
Kotest fails to start …
-
When upgrading to Kotlin 2.0, inscrutable errors like "org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during IR lowering" may occur in the build log. This appe…
-
Using version 1.4.0-beta03 the app doesn't build on iOS.
kotlin: 2.0.0
compose: 1.6.11
Showing All Errors Only
org.jetbrains.kotlin.backend.konan.llvm.NativeCodeGeneratorException: Exception …
-
[Reproducer here!](https://github.com/Kotlin/kotlinx.serialization/files/7506463/repro.zip)
Using latest versions of kotlinx serialization and Kotlin. Also tested on JDK 15 and 1.8.
When compili…