Kotlin/Native is a technology for compiling Kotlin code to native binaries , which can run without a virtual machine. This is something fascinating for someone who is new to Kotlin. So, in this article, I’ll focus more on Kotlin Native platform.
Read moreIs Kotlin hybrid or native?
Kotlin native is often compared to React Native (by simplifying): A mobile application (ios&android) made in React Native is considered as hybrid because it embeds JS for the “brain” and UI build in native code.
Read moreIs Kotlin native?
What is Kotlin? Kotlin is an open-source statically typed programming language that targets the JVM, Android, JavaScript and Native . It’s developed by JetBrains.
Read more