This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
v0.8
Pre-release
Pre-release
- Singleton objects are frozen after creation, and shared between threads
- String and primitives types are frozen by default
- Common stdlib with Kotlin/JVM and Kotlin/JS
- Implemented
kotlin.random.*
andCollection.shuffle
- Implemented atomic integers and atomic references
- Multiple bugfixes in compiler (coroutines, inliner)
- Support 32-bit iOS (target
ios_arm32
) - New experimental Gradle plugin
- Support XCode 9.4.1
- Optimizations (switch by enum, memory management)