-
Hi Thanks for good example.
I've got an error as follows.
`mentalToolkitApi' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler`
My kotlin version…
-
I am considering writing a `protoc-gen` plugin using wire for handling `CodeGeneratorRequest`. However, I'm having trouble getting the proto to compile due to interactions with handling of built-in ty…
-
**Description**
Using quarkus 0.16.0 in a kotlin project, when hot reloading is triggered it seems like the kotlin files are recompiled without any kotlin compiler plugins. Consider a resource like t…
-
After I bumped kotlin version to 1.9.20 & ksp as well in a project where I'm using kotlin-inject, I can't compile the desktop app anymore due to this error:
```
[ksp] java.lang.IllegalArgumentExcept…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
We last updated over a year ago and are still on the kernel version `0.11.0-89-1` with Kotlin 1.6. The current
kernel version `0.12.0-14` supports Kotlin 1.8.20, and is probably nice to upgrade to.
…
-
rules_kotlin version: 1.9.1
Bazel version: 5.4.1
I tried to update kotlin version to 2.0 in my project and got following error:
```
external/rules_kotlin/kotlin/compiler/BUILD.bazel:22:22: no su…
-
For Kotlin projects, Dagger currently makes use of KAPT. This is generally quite slow since it requires generating Java stubs before the annotation processing step.
[KSP](https://github.com/google/…
-
When decompiling obfuscated code, it'd be nice if the metadata inserted by the Kotlin compiler could be used to automatically rename classes, properties, etc.
-
### Expected Behavior
The Kotlin and Groovy DSLs have as much as possible similar performance characteristics.
IOW there's no outlier use case for which the performance characteristics make using …