kotlin-web-site
kotlin-web-site copied to clipboard
The Kotlin programming language website
Add extra sample.
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
Added KMMNewsApp to the table.