Skip to content

Commit 1f38e22

Browse files
committed
Add additional repository
with dev versions of Kotlin. It was in build.gradle before, but was lost after KTS migration (5aa1032)
1 parent dd1b76e commit 1f38e22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ allprojects {
5555
}
5656
repositories {
5757
mavenCentral()
58+
maven("https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
5859
}
5960
}
6061

0 commit comments

Comments
 (0)