/Kotlin101

101 examples for Kotlin Programming language.

Primary LanguageKotlinOtherNOASSERTION

This is a collection of runnable console applications that highlights the features of Kotlin programming language.

The use of console application enable an easy way to demonstrate features of Kotlin programming language quickly. All the code here compiles under Kotlin Plugin 1.0.0.

I find it useful when I forgot certain Kotlin construct. Instead of looking up on the documentation, I just quickly checked the snippets in Kotlin101.