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 70d965a commit ba68c66Copy full SHA for ba68c66
build.gradle
@@ -1,7 +1,7 @@
1
buildscript {
2
repositories {
3
+ maven { url 'https://maven.pkg.jetbrains.space/kotlin/p/kotlinx/maven' }
4
gradlePluginPortal()
- maven { url 'https://dl.bintray.com/kotlin/kotlinx' }
5
}
6
7
dependencies {
plugin/build.gradle
mavenCentral()
classpath "kotlinx.team:kotlinx.team.infra:$infra_version"
0 commit comments