Skip to content

Commit

Permalink
add kotlin classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
romellfudi committed May 14, 2019
1 parent 66974c3 commit f9713dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.30'
repositories {
google()
jcenter()
Expand All @@ -9,6 +10,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -21,6 +23,9 @@ allprojects {
jcenter()
flatDir { dirs 'libs' }
}
tasks.withType(Javadoc).all {
enabled = false
}
}

task clean(type: Delete) {
Expand Down

0 comments on commit f9713dc

Please sign in to comment.