-
`rules_kotlin` uses `rules_kotlin` to build and bootstrap itself. It does this by pulling in [earlier releases of the ruleset](https://github.com/bazelbuild/rules_kotlin/blob/master/src/main/starlark/…
-
We are proposing to migrate our KTS (Kotlin Script) plugins to regular Kotlin (KT) in order to ensure better compatibility with the latest versions of IntelliJ IDEA and to make it easier to add K2 sup…
-
## Description
When using this plugin with Kotlin v2.0.20 or newer, an error occurs due to changes in the Compose Compiler Metrics JSON structure.
The error is triggered by the Strong Skippable mode…
-
This in an issue to discuss proposal for [Kotlin serialization compiler plugin](https://github.com/Kotlin/KEEP/blob/master/proposals/extensions/serialization.md).
-
Could not resolve co.touchlab.skie:kotlin-compiler-linker-plugin-kgp_2.0.20:0.9.3.
-
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
checkReleaseBuilds false
//…
-
### Gradle Version
8.10.2
### AGP Version
8.7.1
### Code Minifier/Optimizer
None
### Version
4.13.0
### Sentry SDK Version
7.16.0
### Steps to Reproduce
1. Setup basic Android project confi…
-
When updating kotlin version to 2.1.0-Beta1 tests using mockery fail with:
```
e: org.jetbrains.kotlin.util.FileAnalysisException: While analysing /..: java.lang.NoSuchMethodError: 'org.jetbrains.…
-
While Multik supports https://github.com/Kotlin/multik/blob/develop/multik-core/src/commonMain/kotlin/org/jetbrains/kotlinx/multik/ndarray/data/Dimensions.kt up to 4 type-safe dimensions, it might be …
-
Are there any plans to move out of KSP to kotlin compiler plugin? Recently the kotlinx-rpc team has moved from [ksp to compiler plugin](https://github.com/Kotlin/kotlinx-rpc/pull/105#issuecomment-2228…