Baseline for katas using Kotlin with JUnit 5.
- JDK 21
- IDE support for Kotlin 1.9
You can install a Java SDK locally via SDKMAN! by issuing the command sdk env
in this project root directory, see .sdkmanrc.
Check out the Gradle build file for already added dependencies and feel free to adjust them as you wish.
Build:
./gradew build
Run:
./gradew run --args="one two three"