Create New Kotlin Project
Overview This tutorial will teach us the steps to create a new Kotlin project using IntelliJ IDEA IDE. We will create a sample project to print Hello World. Pre-requisite Install IntelliJ IDEA. https://www.testingdocs.com/download-intellij-ide-on-windows-11/ New Kotlin Project Launch IntelliJ IDEA. Create a new project. Select the Kotlin Multiplatform from the project generators list. Give […]