Merge pull request #15 from toteto/master

Fix missing Kotlin dependency
This commit is contained in:
John Ryan 2018-04-17 11:45:25 -07:00 committed by GitHub
commit 58a40d2e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.2-4'
}
}