Skip to content

Instantly share code, notes, and snippets.

@martinbonnin
Created March 21, 2020 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinbonnin/0a8953c52220b224dd70afdee99f14de to your computer and use it in GitHub Desktop.
Save martinbonnin/0a8953c52220b224dd70afdee99f14de to your computer and use it in GitHub Desktop.
kotlin {
sourceSets {
get("commonMain").apply {
dependencies {
implementation("com.github.ajalt:clikt-multiplatform:2.6.0")
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment