Skip to content

Instantly share code, notes, and snippets.

@francescogatto
Created October 15, 2019 17:01
Show Gist options
  • Save francescogatto/7bc24ea8330b85e2f08eb05e66b760b6 to your computer and use it in GitHub Desktop.
Save francescogatto/7bc24ea8330b85e2f08eb05e66b760b6 to your computer and use it in GitHub Desktop.
build.gradle ktor #kkd
packagingOptions {
exclude 'META-INF/*.kotlin_module'
}
kotlinOptions {
jvmTarget = "1.8"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment