This example project uses Kotlin together with Gradle which uses Kotlin. For a example using Java and Groovy please see doc/Example-Gradle-Project.
Build the Gradle example project with: gradle build
Run the project (SolverOverviewTable): gradle run
Run the tests (run when building anyway): gradle test
Build a jar: gradle assemble
Information about the project are found in build.gradle.kts as comments.