An open API service indexing awesome lists of open source software.

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.

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