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 38196e7 commit f1a959aCopy full SHA for f1a959a
build.gradle
@@ -3,7 +3,6 @@ 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' }
@@ -42,7 +41,6 @@ allprojects {
42
41
buildscript {
43
44
45
46
47
48
google()
@@ -55,7 +53,6 @@ allprojects {
55
53
maven { url 'https://kotlin.bintray.com/kotlinx' }
56
54
57
58
59
}
60
61
apply plugin: 'kotlin'
0 commit comments