Dron Bhattacharya
02/16/2023, 10:11 AMJavier
02/16/2023, 10:22 AMAlso, I love using the terminal for most of my work. But Kotlin tries to force you to use IntelliJ.If you are using Gradle that is not true as you can run any Gradle command from the terminal. When you create a project from IntelliJ, select Gradle. I think Gradle has a init command to create projects too but I haven't tried for a while.
I want to mention that I love the language really and I don't want to leave this language behind. But it has been more than a month or two, and I still cannot figure out how to create an executable using Kotlin.That depends on which build tool you are using. You should Google about Gradle which is the main pushed build tool for Kotlin.
marstran
02/16/2023, 11:23 AMJavier
02/16/2023, 11:52 AMDron Bhattacharya
02/16/2023, 12:52 PMJavier
02/16/2023, 2:03 PMMervyn McCreight
02/16/2023, 3:57 PMDron Bhattacharya
02/17/2023, 4:39 PMJavier
02/17/2023, 4:41 PMDron Bhattacharya
02/17/2023, 4:59 PMbuilding
as I don't have any prior familiarity with this. I am using Gradle
building
I don't know why. But it seems pretty important though.Paul Woitaschek
02/18/2023, 6:03 PMandylamax
02/18/2023, 11:22 PMkotlin("jvm")
plugin. as it is more mature and need minimal configuration compared to other plugins, then you can work your way up kotlin("native")
, kotlin("js")
and then finally kotlin("multiplatform")
• Use your above knowledge now, to build, run, test and publish/distribute your kotlin code without the help of any IDE