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

fix compiler warning of "'String' concatenation can be converted to a template".

Works towards [KT-35867](https://youtrack.jetbrains.com/issue/KT-35867). Makes sample for `CharSequences.all()`

Standard Library Sample

1. JDK 6 setup for MacOS is outdated. Brew `caskroom/versions` was moved. Now it's available via `homebrew/cask-versions`. Now user is getting error setting up build env: > Error: caskroom/versions was...

Except for pure kotlin projects, not having kotlin source files in a module or not having all the source roots available is actually a common occurrence, this leads to lots...

Maven Plugin

Added sample to String method - toPattern - equals - encodeToByteArray - subString - startsWith - endsWith - codePointAt - codePointBefore - codePointCount [https://youtrack.jetbrains.com/issue/KT-20357](https://youtrack.jetbrains.com/issue/KT-20357)

Standard Library Sample

The option -Xuse-javac requires the tools-jar classpath to be setup before the plugin triggers compilation. This was done by adding the path to the tools Jar to the project realm,...

Maven Plugin

When looking up java methods from kotlin metadata, the reflection library goes through `src/kotlin/reflect/jvm/internal/RuntimeTypeMapper.kt` to find a concrete java method. To bridge kotlin specific types it uses a hard coded...

These are the minimal code changes related to PowerPC (ppc64le) support. These changes doesn't include the kotlin native code yet. Changes made only for stdlib, stdlib-common and kotlin-gradle-plugin. Requirements/related issues...

Standard Library