kotlin
kotlin copied to clipboard
The Kotlin Programming Language.
When building with Kotlin Native, all static libraries from klib files are extracted, but there is a lack of ordering/sorting for these static libraries. This can cause dependent static libraries...
See [KT-76423](https://youtrack.jetbrains.com/issue/KT-76423)
### Description: new class `Matrix` to the Kotlin Standard Library under `kotlin.collections`, providing idiomatic, type-safe 2D array support for Kotlin developers. While Kotlin offers powerful tools for 1D arrays and...
The projectId parameter was introduced in 175c00e as part of KT-57398, but the example usage of compileJvm was not updated to reflect this change. This pull request adds the missing...
See [KT-76502](https://youtrack.jetbrains.com/issue/KT-76502)
See [KT-76500](https://youtrack.jetbrains.com/issue/KT-76500)
See [KT-76501](https://youtrack.jetbrains.com/issue/KT-76501)
See [KT-76459](https://youtrack.jetbrains.com/issue/KT-76459)
See [KT-76458](https://youtrack.jetbrains.com/issue/KT-76458/Dont-create-unnecessary-array-copies-in-sortedDescending)
Fixes [KT-58830](https://youtrack.jetbrains.com/issue/KT-58830).