Kotlin is a statically-typed programming language that can run on the JVM.
Learn all about developing with Kotlin, through the articles here. We’ll start with a high-level introduction to the language, then go into more details about the core concepts, working with lambdas, testing, manipulating files, working with popular Kotlin libraries and more.
Introduction
Core Concepts
Classes and Objects
Functions & Lambdas
Collections
- Kotlin集合指南 (系列)
Strings
- Kotlin字符串 (系列)