A minimal Kotlin starter for coding katas: clone it, run the tests, start coding.
JDK 17 or newer. The wrapper downloads Gradle itself.
./gradlew test, or gradlew.bat test on Windows.
./gradlew run
Any IDE with Gradle support, including IntelliJ and VS Code, can open this folder and run the test directly.