my answers in Kotlin
This project builds with Gradle.
Run the JUnit 5 test suite:
./gradlew test
Run JMH benchmarks:
./gradlew jmh
Print solutions for the inputs provided in local data files:
./gradlew run
Generate Dokka API documentation:
./gradlew dokka{Gfm,Html,Javadoc,Jekyll}
Run ktlint Kotlin linter:
./gradlew lintKotlin
Run Detekt static code analysis:
./gradlew detekt
Check for newer versions of dependencies:
./gradlew dependencyUpdates -Drevision=release