/kotlin-talk-examples

Primary LanguageKotlinApache License 2.0Apache-2.0

Kotlin talk examples

Up to date for Kotlin 1.4. Java background expected. Note that https://play.kotlinlang.org/byExample/ is superior in all regards.

  1. hello
  2. functions
  3. classes
  4. interfaces
  5. properties
  6. null safety
  7. collections
  8. generics
  9. extensions
  10. lambdas
  11. delegation
  12. builders
  13. coroutines