mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-12-23 16:29:25 +08:00
Update build.gradle
Add kotlin classpath dependency
This commit is contained in:
parent
27f95f6494
commit
0d0fd23ad1
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user