Join Slack
Communities
Powered by
Here's the docs on using the gradle application pl...
# clikt
a
AJ Alt
01/07/2021, 4:49 PM
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
3
Views
Open in Slack
Previous
Next