Examples for Kotlin.
See: https://www.jetbrains.com/idea/
Editor: https://code.visualstudio.com/ Plugin: https://marketplace.visualstudio.com/items?itemName=fwcd.kotlin
brew install python@3
brew install kotlin-language-server
- Open the Kotlin examples by choosing "Open... (Project)" and select the jvm folder of the example.
- Open the Main.kt file in the editor (located in "\src\main\kotlin")
- Run the main function
- Open the Kotlin examples in Visual Studio Code
- In VSCode, open a script file in the root of the example folder (where app.kts is located)
- Use the build command. As a result the script file will be build and executed
- Copy the example code. Paste and execute in the Kotlin Playground: https://play.kotlinlang.org/
...
European Union Public Licence version 1.2
Copyright © 2021-2024 Rick Beerendonk