Is it possible to build an IOS app entirely using Kotlin? Not only the business logic but also the UI? Yes it’s possible , but I don’t think the experience is fantastic right now. The UI for iOS apps is primarily made with Story Boards now, and you can’t use Story Boards (easily) with Kotlin.
Read moreHow does Kotlin native work?
Kotlin/Native is a technology for compiling Kotlin code to native binaries which can run without a virtual machine . Kotlin/Native includes an LLVM-based backend for the Kotlin compiler and a native implementation of the Kotlin standard library.
Read more