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 70cd980 commit 0b66866Copy full SHA for 0b66866
build.gradle
@@ -3,6 +3,7 @@ buildscript {
3
4
repositories {
5
mavenCentral()
6
+ jcenter()
7
maven { url "https://plugins.gradle.org/m2/" }
8
maven { url 'https://jitpack.io' }
9
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
@@ -41,6 +42,7 @@ allprojects {
41
42
buildscript {
43
44
45
46
47
48
google()
@@ -53,6 +55,7 @@ allprojects {
53
55
maven { url 'https://kotlin.bintray.com/kotlinx' }
54
56
57
58
59
}
60
61
apply plugin: 'kotlin'
0 commit comments