Official Kotlin style guide?

The Kotlin reference documentation has a section for coding conventions, if this is what you are looking for.

http://kotlinlang.org/docs/reference/coding-conventions.html

There is also a collection of idioms at http://kotlinlang.org/docs/reference/idioms.html.

Both documents are editable and extendable via GitHub editor or Pull Requests.

–Benjamin

1 Like