Skip to content

Commit

Permalink
Update Kotlin reasoning (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker authored May 21, 2017
1 parent 1e5c31d commit 05e4549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ I chose Kotlin over Java because:
* It is more natural both to read and write, which makes
writing code easier and faster while still allowing Java developers
who have never seen it to understand it.
* It compiles to Java bytecode.
* It can be configured to generate Java 6/8 bytecode, which means its evolution is independent of that of the platform.
* It is [officially supported by Google as a first-class language for Android](https://blog.jetbrains.com/kotlin/2017/05/kotlin-on-android-now-official/).

# Documentation
Documentation is generated using [Dokka](https://github.com/Kotlin/dokka), which is the
Expand Down

0 comments on commit 05e4549

Please sign in to comment.