サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
iPhone 17
kotlinlang.org
What's new in Kotlin 2.0.0Released: May 21, 2024 The Kotlin 2.0.0 release is out and the new Kotlin K2 compiler is Stable! Additionally, here are some other highlights: New Compose compiler Gradle plugin Generation of lambda functions using invokedynamic The kotlinx-metadata-jvm library is now Stable Monitoring GC performance in Kotlin/Native with signposts on Apple platforms Resolving conflicts i
Coroutine context and dispatchersCoroutines always execute in some context represented by a value of the CoroutineContext type, defined in the Kotlin standard library. The coroutine context is a set of various elements. The main elements are the Job of the coroutine, which we've seen before, and its dispatcher, which is covered in this section. Dispatchers and threadsThe coroutine context includes
QuizQuest is now over! You can find the correct quiz answers along with the recorded talks from the Kotlin 1.4 Online Event below.
Kotlin Multiplatform is a technology for reusing up to 100% of your code across Android, iOS, web, and desktop, with Compose Multiplatform for shared UIs.
Package kotlin Core functions and types, available on all supported platforms. Types
Edit Page Comparison to Scala The two main design goals for Kotlin are: Make compilation at least as fast as Java Keep useful level of expressiveness while maintaining the language simple as possible Taking this into account, if you are happy with Scala, you probably do not need Kotlin What Scala has that Kotlin does not Implicit conversions, parameters, etc In Scala, sometimes it’s very hard to t
Kotlin documentation as PDFHere you can download a PDF version of Kotlin documentation that includes everything except tutorials and API reference. Download Kotlin 2.1.20 documentation (PDF) View the latest Kotlin documentation (online)
次のページ
このページを最初にブックマークしてみませんか?
『Kotlin Programming Language』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く