Skip to content

Commit e99add7

Browse files
committed
支持kotlin,0.9.0
1 parent 04074db commit e99add7

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

build.gradle

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

3-
buildscript {
3+
buildscript {
44
ext.kotlin_version = '1.2.30'
55

66
repositories {
77
jcenter()
8+
mavenCentral()
89
google()
10+
maven { url "https://jitpack.io" }
11+
maven { url "https://maven.google.com" }
912
}
1013
dependencies {
1114
classpath 'com.android.tools.build:gradle:3.1.0'
1215
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
1316
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
14-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" }
17+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
18+
classpath 'com.novoda:bintray-release:0.3.4'
19+
20+
}
1521
}
1622

1723
allprojects {
1824
repositories {
1925
jcenter()
26+
mavenCentral()
27+
maven { url "https://jitpack.io" }
28+
maven { url "https://maven.google.com" }
2029
}
2130
}
2231

0 commit comments

Comments
 (0)