kotlin-web-site
kotlin-web-site copied to clipboard
The Kotlin programming language website
This PR adds information about Guard conditions in when expressions and how to use them.
This PR adds a new section about a Gradle topic to whatsnew2020.md.
I filed [KT-71564](https://youtrack.jetbrains.com/issue/KT-71564/Kotlin-Daemon-JVM-args-behavior-does-not-match-documentation) the other day because my previous understanding (and that of some of the AndroidX team) was that all Gradle JVM args would be inherited if no Kotlin...
This PR contains updates to the Data analysis section to test improvement in user navigation according to GA analysis. [KT-69577](https://youtrack.jetbrains.com/issue/KT-69577) Update Kotlin for data analysis docs
This PR updates the `when` section on the Conditions and loops page to make it clearer when exhaustiveness is required and in which cases.