Which Option to Choose?
Explore various options for running Kotlin code based on your project needs. Understand when to use JVM compilation, Kotlin scripts, JavaScript output, Kotlin/Native, and IDEs for development convenience.
We'll cover the following...
We'll cover the following...
Options to run Kotlin code
Kotlin doesn’t dictate which option you choose to run the code; it’s entirely up to you, depending on your needs and liking. Here are a few things to consider when choosing your option:
-
To intermix Kotlin code with Java or other languages on the JVM, compile the code ...