Update build.gradle

Add kotlin classpath dependency
This commit is contained in:
Antonio 2018-04-15 23:06:01 +02:00 committed by GitHub
parent 27f95f6494
commit 0d0fd23ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
group 'com.apptreesoftware.barcodescan'
egroup 'com.apptreesoftware.barcodescan'
version '1.0-SNAPSHOT'
buildscript {
@ -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'
}
}