Skip to content

Commit

Permalink
Put jcenter back again
Browse files Browse the repository at this point in the history
It can't find org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.3

They are working on it: Kotlin/kotlinx.collections.immutable#96
  • Loading branch information
cristan committed Mar 10, 2021
1 parent 0a3f6b2 commit 188fd49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {

repositories {
google()
mavenCentral()
jcenter()
}

dependencies {
Expand All @@ -38,7 +38,7 @@ subprojects {
repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
google()
mavenCentral()
jcenter()
}

apply plugin: 'com.diffplug.spotless'
Expand Down

0 comments on commit 188fd49

Please sign in to comment.