Skip to content

Instantly share code, notes, and snippets.

@carlosgub
Created September 19, 2019 02:34
Show Gist options
  • Save carlosgub/fd5f3c480850cd70da8dee94d31e170b to your computer and use it in GitHub Desktop.
Save carlosgub/fd5f3c480850cd70da8dee94d31e170b to your computer and use it in GitHub Desktop.
Kotlin DSL Medium Third
repositories {
jcenter()
}
plugins {
`kotlin-dsl`
}
kotlinDslPluginOptions {
experimentalWarning.set(false)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment