clikt-core
This module provides the core functionality of Clikt. It doesn't have any dependencies.
This is a transitive dependency of the main clikt module, so you won't need to include it directly unless you aren't using the main module.
Installation
dependencies {
implementation("com.github.ajalt.clikt:clikt-core:$cliktVersion")
}Content copied to clipboard
This module provides the core functionality of Clikt. It doesn't have any dependencies.
This is a transitive dependency of the main clikt module, so you won't need to include it directly unless you aren't using the main module.
Installation
dependencies {
implementation("com.github.ajalt.clikt:clikt-core:$cliktVersion")
}Content copied to clipboard