Files
kotlin-fork/libraries
James Strachan 153b668d3e #KT-1391 Fixed
2012-04-03 10:40:21 +01:00
..
2012-03-30 09:43:05 +01:00
2012-04-03 10:40:21 +01:00

Kotlin Libraries

This area of the project is all written in Kotlin and assumes you've got the Kotlin IDEA plugin installed.

This area of the project uses Maven for its build. To build install a recent Maven distribution then type:

mvn install

For more details see the Getting Started Guide

If you have a local Kotlin distribution (by running the Ant build in the parent directory) you can use your local Kotlin build via

mvn install -PlocalKotlin