This repository contains the specification of the Kotlin programming language. For user documentation please refer to the Kotlin Website.
The Kotlin Language Specification is available in the following formats:
Single-page HTML | AsciiDoc Source | |
---|---|---|
View online | kotlin-spec.pdf | kotlin-spec.asc |
Prerequisites:
asciidoctor
(to set up, follow the instructions on this page)asciidoctor-pdf
(to set up, follow the instructions on this page)
To build the HTML and PDF versions into the .pages
directory:
$ ./build.sh
To build everything and publish to GitHub Pages:
$ ./publish.sh