-
### Problem Statement
Sentry Kotlin Compiler Plugin does not add dependency "io.sentry:sentry-compose-android". While the android gradle plugin adds its dependency one would expect the same behavior …
-
**Is your feature request related to a problem? Please describe.**
Is there plans for enabling Kotlin for multiplatform support? One current pain point is standardizing data flow coming from client a…
-
kotlinOptions {
jvmTarget = JavaVersion.VERSION_21
}
-
Kotlin 2.0.20 has [introduced](https://kotlinlang.org/docs/whatsnew2020.html#support-for-uuids-in-the-common-kotlin-standard-library) Uuid support in the standard library.
In addition, kotlinx.serial…
-
Problem:
The below code throws the following error on Spring Boot 3.4.0 but not on Spring Boot 3.3.6:
```bash
java.lang.ClassCastException: class kotlin.Unit cannot be cast to class kotlin.Result …
-
Do you have plans to release the Kotlin Multiplatform library in the future in your program?
-
https://jitpack.io/com/github/AAChartModel/AAChartCore-Kotlin/7.2.1/build.log
7.2.1 seems to be never released
-
### Search first
- [X] I searched and no similar issues were found
### What Happened?
My own development environment is also up-to-date, and the environment should be fine
### Minimal Reproducible…
-
When using the AutoLog decorator I'm not seeing the classes it's supposed to generate. I have this in my `build.gradle`, which looks like it's supposed to set up autolog:
```groovy
dependencies {
…
-