
Kotlin Programming Language
2020年2月1日 · Kotlin is a concise and multiplatform programming language by JetBrains. Enjoy coding and build server-side, mobile, web, and desktop applications efficiently. v2.1.20
FAQ | Kotlin Documentation - Kotlin Programming Language
2025年3月20日 · What is Kotlin? Kotlin is an open-source statically typed programming language that targets the JVM, Android, JavaScript, Wasm, and Native. It's developed by JetBrains. The …
Get started with Kotlin | Kotlin Documentation
2025年3月3日 · Kotlin is a modern but already mature programming language designed to make developers happier. It's concise, safe, interoperable with Java and other languages, and …
Kotlin language specification - Kotlin Programming Language
Kotlin is an object-oriented language which also has a lot of functional programming elements. From the object-oriented side, it supports nominal subtyping with bounded parametric …
Kotlin for Android | Kotlin Documentation - Kotlin Programming …
2024年12月16日 · Kotlin for Android. Android mobile development has been Kotlin-first since Google I/O in 2019. Over 50% of professional Android developers use Kotlin as their primary …
Type checks and casts | Kotlin Documentation - Kotlin …
2024年11月6日 · In Kotlin, you can perform type checks to check the type of an object at runtime. Type casts enable you to convert objects to a different type. To learn specifically about …
Kotlin releases | Kotlin Documentation - Kotlin Programming …
2020年2月1日 · A tooling release for Kotlin 2.0.0 containing performance improvements and bug fixes. Features also include concurrent marking in Kotlin/Native's garbage collector, UUID …
Keywords and operators | Kotlin Documentation - Kotlin …
2024年11月27日 · Kotlin supports the following operators and special symbols: + , - , * , / , % - mathematical operators * is also used to pass an array to a vararg parameter .
Kotlin Programming Language
2020年2月1日 · Kotlin is a concise and multiplatform programming language by JetBrains. Enjoy coding and build server-side, mobile, web, and desktop applications efficiently. v2.1.20
Coroutines basics | Kotlin Documentation - Kotlin Programming …
2022年2月16日 · Kotlin Help. Coroutines basics. This section covers basic coroutine concepts. Your first coroutine. A coroutine is an instance of a suspendable computation. It is …