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 6f39b47 commit 2938caaCopy full SHA for 2938caa
plugin/settings.gradle
@@ -3,6 +3,10 @@ pluginManagement {
3
gradlePluginPortal()
4
maven { url 'https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev' }
5
mavenLocal()
6
+
7
+ if (settings.hasProperty("kotlin_repo_url") && settings.kotlin_repo_url != null) {
8
+ maven { url = settings.kotlin_repo_url }
9
+ }
10
}
11
12
0 commit comments