Here's the docs on using the gradle application pl...
# clikt
a
Here's the docs on using the gradle application plugin to bundle dependencies: https://ajalt.github.io/clikt/quickstart/#developing-command-line-applications-with-gradle, here's the docs on testing: https://ajalt.github.io/clikt/advanced/#testing-your-clikt-cli. You can use kotlin.test (https://kotlinlang.org/api/latest/kotlin.test/) or kotest (https://github.com/kotest/kotest) to run tests on multiplatform.
👍 1