https://github.com/helloimkevo/kotlinplayground
Collection of miscellaneous Kotlin utils and practice code.
https://github.com/helloimkevo/kotlinplayground
kotlin
Last synced: about 1 year ago
JSON representation
Collection of miscellaneous Kotlin utils and practice code.
- Host: GitHub
- URL: https://github.com/helloimkevo/kotlinplayground
- Owner: HelloImKevo
- Created: 2020-05-22T20:31:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T22:02:10.000Z (about 6 years ago)
- Last Synced: 2025-05-22T07:55:20.295Z (about 1 year ago)
- Topics: kotlin
- Language: Kotlin
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin Playground
Collection of miscellaneous Kotlin utils and practice code.
# IntelliJ IDEA Community 2018.3 Setup
How this project was started:
* Click New Project.
* Select 'Kotlin | JVM'.
* For 'Project Location' select this directory `KotlinPlayground`.
* Specify the Project SDK (I used Java 1.8.0_181).
* Use the default Kotlin runtime: `KotlinJavaRuntime`.
Code was developed using Java Version 1.8