Skip to content

Latest commit

 

History

History

kt

my answers in Kotlin Kotlin CI

This project builds with Gradle.

Run the test suite:

./gradlew allTests

Run kotlinx.benchmark (JMH) benchmarks:

./gradlew benchmark

Print solutions for the inputs provided in local data files:

./gradlew jvmRun
./gradlew jsIrRun
./gradlew run{Debug,Release}Executable{Linux{X64,Arm64},MingwX86,Macos{X64,Arm64}}

Generate Dokka API documentation:

./gradlew dokkaHtml

Run all checks, including Detekt static code analysis and ktlint formatter:

./gradlew check

Check for newer versions of dependencies:

./gradlew dependencyUpdates