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

https://github.com/skellock/learn-kotlin

Learning some stuff about kotlin.
https://github.com/skellock/learn-kotlin

kotlin

Last synced: about 1 year ago
JSON representation

Learning some stuff about kotlin.

Awesome Lists containing this project

README

          

# Learning Kotlin

A sandbox repo for me to learn [kotlin](https://kotlinlang.org/).

# Dependencies

Here's the versions I used when trying this out.

- [ubuntu](https://www.ubuntu.com/) `18.0.4`
- [kotlin](https://github.com/JetBrains/kotlin) `1.2.70`
- [kotlin-native](https://github.com/JetBrains/kotlin-native) `0.9`
- [openjdk](http://openjdk.java.net) `1.8.0_181`
- [just](https://github.com/casey/just) `0.3.12`

# Instructions

See the `readme.md` in each directory. Typing `just` in a sub-project will show a list of possible commands.