File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11listOf (pluginManagement.repositories, dependencyResolutionManagement.repositories).forEach {
22 it.apply {
33 // Uncomment this one to use the Kotlin "dev" repository
4- // maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/") }
4+ maven { url = uri(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/" ) }
5+ maven { url = uri(" https://oss.sonatype.org/content/repositories/snapshots/" ) }
56
67 mavenCentral()
78
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ commonSetup()
1919// XXX: this should use the settings repositories instead
2020repositories {
2121 // Uncomment this one to use the Kotlin "dev" repository
22- // maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/") }
22+ maven { url = uri(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/" ) }
23+ maven { url = uri(" https://oss.sonatype.org/content/repositories/snapshots/" ) }
2324 mavenCentral()
2425}
2526
You can’t perform that action at this time.
0 commit comments