Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db443b9

Browse files
committed
Add kotlin class path to gradle file
1 parent a4aac81 commit db443b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
apply plugin: 'com.jfrog.bintray'
33

44
buildscript {
5+
ext.kotlin_version = '1.0.3'
56
repositories {
67
jcenter()
78
}
89
dependencies {
910
classpath 'com.android.tools.build:gradle:2.0.0'
1011
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
1112
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
13+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1214

1315
// NOTE: Do not place your application dependencies here; they belong
1416
// in the individual module build.gradle files

0 commit comments

Comments
 (0)