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 e49241a commit d1fc101Copy full SHA for d1fc101
build.gradle
@@ -18,14 +18,14 @@ buildscript {
18
ext.kotlinVersion = '1.3.72'
19
repositories {
20
google()
21
- jcenter()
22
mavenCentral()
23
maven {
24
url "https://plugins.gradle.org/m2/"
25
}
26
27
url 'https://storage.googleapis.com/android-ci/mvn/'
28
+ jcenter()
29
30
31
dependencies {
@@ -70,11 +70,11 @@ if(JavaVersion.current() != JavaVersion.VERSION_11){
70
configure(subprojects) {
71
72
73
74
mavenLocal()
75
76
77
78
79
80
apply plugin: "org.jlleitschuh.gradle.ktlint"
0 commit comments