- Kotlin Programming By Example
- Iyanu Adelekan
- 52字
- 2025-04-04 17:16:16
Compiling Kotlin programs
Now that we have the JDK set up and ready for action, we need to install a means to actually compile and run our Kotlin programs.
Kotlin programs can be either compiled directly with the Kotlin command-line compiler or built and run with the Integrated Development Environment (IDE).