We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4aac81 commit db443b9Copy full SHA for db443b9
build.gradle
@@ -2,13 +2,15 @@
2
apply plugin: 'com.jfrog.bintray'
3
4
buildscript {
5
+ ext.kotlin_version = '1.0.3'
6
repositories {
7
jcenter()
8
}
9
dependencies {
10
classpath 'com.android.tools.build:gradle:2.0.0'
11
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
12
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
13
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14
15
// NOTE: Do not place your application dependencies here; they belong
16
// in the individual module build.gradle files
0 commit comments