Compiling to Other Targets
We'll cover the following...
Compilation formats for Kotlin
In addition to all the capabilities that Kotlin offers, it’s one of the few languages that can be compiled to different targets.
-
On Android devices: Kotlin is considered a first-class language for Android development. We’ll explore using Kotlin to create Android applications in ...