Skip to content

Commit

Permalink
Add additional repository
Browse files Browse the repository at this point in the history
with dev versions of Kotlin. It was in build.gradle before, but was lost after KTS migration (5aa1032)
  • Loading branch information
sandwwraith committed May 17, 2024
1 parent dd1b76e commit 1f38e22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ allprojects {
}
repositories {
mavenCentral()
maven("https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
}
}

Expand Down

0 comments on commit 1f38e22

Please sign in to comment.