Last active
September 24, 2017 13:21
-
-
Save miquelbeltran/b81f2f630ca75b635655d02fb054d5c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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