Dheeraj Singh Bhadoria
11/10/2021, 4:41 AMClament John
11/10/2021, 4:42 AMClament John
11/10/2021, 4:44 AMKotlin/Native is an LLVM backend for the Kotlin compiler, runtime implementation, and native code generation facility using the LLVM toolchain.
Kotlin/Native is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as iOS or embedded targets), or where a developer is willing to produce a reasonably-sized self-contained program without the need to ship an additional execution runtime.
Dheeraj Singh Bhadoria
11/10/2021, 4:58 AMClament John
11/10/2021, 5:01 AMgildor
11/10/2021, 5:56 AMNo Kotlin can’t be used for building UI on an iOS app (at the moment)But it’s not correct. You can use Kotlin to write apps using UIKit
gildor
11/10/2021, 5:59 AMClament John
11/10/2021, 6:27 AMgildor
11/10/2021, 7:30 AMUI is usually a set of rich librariesCorrect, but it how for example Kotlin works on Android (before compose), it just possible to use system UI framework which is Java framework, from Kotlin, similar you can use Kotlin on iOS with UIKit