Skip to content

Instantly share code, notes, and snippets.

@miquelbeltran
Last active September 24, 2017 13:21
Show Gist options
  • Select an option

  • Save miquelbeltran/b81f2f630ca75b635655d02fb054d5c2 to your computer and use it in GitHub Desktop.

Select an option

Save miquelbeltran/b81f2f630ca75b635655d02fb054d5c2 to your computer and use it in GitHub Desktop.
apply plugin: 'kotlin'
repositories {
mavenCentral()
}
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
compile 'com.squareup:kotlinpoet:0.5.0'
compile "com.google.auto.service:auto-service:1.0-rc2"
kapt "com.google.auto.service:auto-service:1.0-rc2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment