-
I have integrated the package into my application and it works well on ios.
However i have not been able to get it to work for android. I get this error whenever i try to run the app.
```
java.…
-
I am using constantly (on every change in editor) getting following error when using Kotlin in my Maven project from recent NetBeans:
```
INFO [org.jetbrains.kotlin.log.KotlinLogger]: Analyzing http…
-
I am not sure if this is the right place for a bug report, but since updating to IntelliJ 2024.3, I have suddenly started receiving error messages regarding imports in the .kte files.
The error mes…
-
The very simple project here demonstrates the issue:
https://github.com/aduchate/kmap-test
When compiled using gradle, everything goes fine but when compiled using IntelliJ, the following error …
-
The version 2 doesn't work on `Android` device/simulator. Didn't try `iOS`, yet, and I'm gonna to keep on `1.28.0`.
While being on the latest version (that time `2.0.0-alpha.8`) I've noticed severa…
-
When running kotlin in IntelliJ, code that is generated in either ksp or kapt processors (e.g. dagger, or custom ksp) are not attached in a way that IJ can see them. They compile, but redline. This a…
-
KUDOS for all the work you've put into this project. Great effort and result.
I am trying to integrate it in a simple framework I've been trying to develop for Kotlin MPP. However, I have run into …
-
This is a documentation issue for evaluating and researching the changes we need to make to our `godot-kotlin-symbol-processor` and `godot-intellij-plugin` to make them ready for the new kotlin kompil…
-
### Describe the bug
On initial compile, Kotlin compiler args get applied, but as soon as Quarkus triggers a recompilation in dev mode, they don't seem to be applied anymore.
### Expected behavi…
-
```
wasm-on-jvm/examples/hello-world$ gradle compileJava
Starting a Gradle Daemon (subsequent builds will be faster)
Download https://plugins.gradle.org/m2/gradle/plugin/com/athaydes/wasm/wasm-grad…