Kotlin Interview Starting Point
This repo will serve as a starting point for your code challenge. Feel free to change anything in order to complete it: Change framework, other tests, new libraries etc.
Get this repo
- Fork this repo
- Clone your fork
Prerequisites
- Have Android Studio installed: https://developer.android.com/studio/install
Local setup
- Install kotlin command-line complier: https://kotlinlang.org/docs/command-line.html#install-the-compiler
Run sample CLI command
$ kotlinc hello.kt -include-runtime -d hello.jar
Run the application
$ java -jar hello.jar
Run tests
Tools
Feel free to use all the necesarry tools you need in order to accomplish this challenge.
Good luck!