Alejandro Serrano
Alejandro Serrano
This is an issue to discuss **context-sensitive resolution**. The current full text of the proposal can be found [here](https://github.com/Kotlin/KEEP/blob/improved-resolution-expected-type/proposals/context-sensitive-resolution.md). We propose an improvement of the name resolution rules of Kotlin...
Only comment here about the text itself. The discussion about the feature is done in #379. We propose an improvement of the name resolution rules of Kotlin based on the...
`AutoCloseable` is now in Kotlin standard library, so we can move `autoClose` to `commonMain`, instead of relegating it to JVM. This breaks binary compatibility, but not source compatibility, so this...
Fixes #3474
Fixes #3461
This tests is starting to fail in almost every run in the Kotlin Compatibility Testing, using development version of 2.1. We should decide whether to completely mute this, or find...
A [new major version of Kotest](https://github.com/kotest/kotest/releases/tag/v6.0.0.M1) is now out. This PR fills in some holes from things which are removed from their `kotest-common` library: - Platform detection, which is now...
Fixes #3325 Fixes #3499 It turns out that using a `value class` containing a function inside is equivalent to having just a `fun interface`. So I've reworked `Schedule` in that...
Right now the final step of the CI workflow is broken because of [this problem with Gradle 8.10](https://youtrack.jetbrains.com/issue/KT-70700/Gradle-8.10-The-value-for-task-commonizeNativeDistribution-property-kotlinNativeBundleBuildService-cannot-be-changed-any-further). This issue should remind us to update to Kotlin 2.0.21 as soon...
Only comment here about the text itself. The discussion about the feature is done in https://github.com/Kotlin/KEEP/issues/394. We propose modifications to how value classes are exposed in JVM, with the goal...