Skip to content

Instantly share code, notes, and snippets.

@fboldog
Last active August 16, 2016 20:47
Show Gist options
  • Save fboldog/0e37234710c5ddbaa7cd8ad9e6b53905 to your computer and use it in GitHub Desktop.
Save fboldog/0e37234710c5ddbaa7cd8ad9e6b53905 to your computer and use it in GitHub Desktop.
// usage:
// buildscript {
// apply from: 'https://git.io/kotlinEAP'
// ...
// }
// and call kotlinEAP(it) in repositories
ext.kotlinEAP = { RepositoryHandler handler ->
handler.maven {
url 'https://dl.bintray.com/kotlin/kotlin-eap'
}
handler.maven {
url 'https://dl.bintray.com/kotlin/kotlin-eap-1.1'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment