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

Splitting lines by doing two string replacements and then splitting by one character is way faster than splitting by three substrings. https://youtrack.jetbrains.com/issue/KT-66715/Performance-faster-alternative-to-String.lines Profiling of the two methods: ![image](https://github.com/JetBrains/kotlin/assets/22280294/a33b0050-1ccf-4937-bc86-2c1f9c6446b2) Detailed time...

Standard Library

This is a proposal to fix [KT-64731](https://youtrack.jetbrains.com/issue/KT-64731/K2-Annotation-on-inline-function-or-inside-inline-function-is-hit-by-debugger) The main idea is we step into a function, from default arguments assigning(except for default lambda arguments), instead of from header(annotation/modifier/name) of the...

Backend

Fix grammatical errors in the ring buffer class

Standard Library

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

Backend

KT-54227 fixed. add 2 box test for this fix, 1 test change. All tests related with "reified" passed.

Compiler

Fixes: [KT-65357](https://youtrack.jetbrains.com/issue/KT-65357/JVMIR-Suboptimal-negation-bytecode-for-operator)

Backend

When JDK used in -Xjdk-release has corrupted class files . Fixes: [KT-67739](https://youtrack.jetbrains.com/issue/KT-67739/Improve-error-message-when-JDK-used-in-Xjdk-release-has-corrupted-class-files)

Backend