kotlin-web-site icon indicating copy to clipboard operation
kotlin-web-site copied to clipboard

The Kotlin programming language website

Results 82 kotlin-web-site issues
Sort by recently updated
recently updated
newest added

The Kotlin toolchain feature also effectively sets the toolchain for Java, so it also acts as if the following has been applied to the project as well: https://docs.gradle.org/current/userguide/toolchains.html#sec:consuming. This means...

const is in Java a keyword and therefore not a valid identifier. So the example Java Code ```java int const = Obj.CONST; int max = ExampleKt.MAX; int version = C.VERSION;...

### Change List minor fix for typo, indent, link, and sample code