andy-hanson / kotlin2

Kotlin code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup IntelliJ

It is easiest to run using IntelliJ IDEA.

Install kotlin 1.1 using these instructions.

You'll also need to add the libs directory as a depencency, following these instructions.

Then run cli/app.kt. Remember to add the -enableassertions VM option.

Building executable JAR

`make build` makes a JAR and `make run-ar` runs it. There should be no classpath needed.

Running with gradle

You can also use `make run` to directly run the project. This does not yet support assertions.

About

Kotlin code


Languages

Language:Kotlin 99.8%Language:Makefile 0.2%