Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.19 KB

readme.md

File metadata and controls

57 lines (33 loc) · 1.19 KB

Kotlin Examples

Examples for Kotlin.

Install

IntelliJ

See: https://www.jetbrains.com/idea/

Visual Studio Code

Editor: https://code.visualstudio.com/ Plugin: https://marketplace.visualstudio.com/items?itemName=fwcd.kotlin

Jupiter Kotlin Notebook

brew install python@3
brew install kotlin-language-server

Run

IntelliJ

  • 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

Visual Studio Code

  • 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

Playground

Docs

Visual Studio Code Plugins

...

Licence

European Union Public Licence version 1.2

Copyright

Copyright © 2021-2024 Rick Beerendonk