kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

The Kotlin Programming Language.

Results 310 kotlin issues
Sort by recently updated
recently updated
newest added

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...

Native

See [KT-76423](https://youtrack.jetbrains.com/issue/KT-76423)

Standard Library

### 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...

Standard Library

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)

Standard Library

See [KT-76500](https://youtrack.jetbrains.com/issue/KT-76500)

Standard Library

See [KT-76501](https://youtrack.jetbrains.com/issue/KT-76501)

Standard Library

See [KT-76459](https://youtrack.jetbrains.com/issue/KT-76459)

Standard Library

See [KT-76458](https://youtrack.jetbrains.com/issue/KT-76458/Dont-create-unnecessary-array-copies-in-sortedDescending)

Standard Library

Fixes [KT-58830](https://youtrack.jetbrains.com/issue/KT-58830).

Gradle Plugin