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.
- Host: GitHub
- URL: https://github.com/skellock/learn-kotlin
- Owner: skellock
- Created: 2018-09-13T22:43:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T23:12:39.000Z (over 7 years ago)
- Last Synced: 2025-02-05T03:20:26.156Z (over 1 year ago)
- Topics: kotlin
- Language: Kotlin
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.