Rimu Kotlin Example Application
A minimal application using the Rimu Kotlin library.
Install, Build, Test and Run
Prerequisites: The Java SDK and the Kotlin compiler (or just open the project in IntelliJ IDEA).
-
Install the project from Github:
git clone https://github.com/srackham/rimu-kotlin-example.git
-
Build and test:
cd rimu-kotlin-example ./gradlew test
-
Build the executable:
./gradlew installDist
-
Run the app:
./build/install/rimu-kotlin-example/bin/rimu-kotlin-example
It should print: <p>Hello <em>Rimu</em>!</p>