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 ac01c64 commit 0e38d55Copy full SHA for 0e38d55
build.gradle
@@ -5,7 +5,6 @@ buildscript {
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' }
10
google()
11
}
@@ -43,7 +42,6 @@ allprojects {
43
42
repositories {
44
45
46
47
48
49
@@ -52,7 +50,6 @@ allprojects {
52
50
53
51
54
55
56
maven { url 'https://kotlin.bintray.com/kotlinx' }
57
58
0 commit comments