diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
index e84e69db1cc2..918418ae9017 100644
--- a/.idea/jarRepositories.xml
+++ b/.idea/jarRepositories.xml
@@ -51,5 +51,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/fleet/compiler-plugins/expects/build.gradle.kts b/fleet/compiler-plugins/expects/build.gradle.kts
index 1dfa36bcb9b0..88be4332547a 100644
--- a/fleet/compiler-plugins/expects/build.gradle.kts
+++ b/fleet/compiler-plugins/expects/build.gradle.kts
@@ -30,6 +30,7 @@ version = pluginVersion
repositories {
mavenCentral()
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
+ maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
mavenLocal()
}
}
diff --git a/fleet/compiler-plugins/expects/settings.gradle.kts b/fleet/compiler-plugins/expects/settings.gradle.kts
index 1ec8b50938ad..ecc1c76c142a 100644
--- a/fleet/compiler-plugins/expects/settings.gradle.kts
+++ b/fleet/compiler-plugins/expects/settings.gradle.kts
@@ -12,6 +12,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
+ maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
mavenLocal()
}
}
@@ -20,6 +21,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
+ maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
mavenLocal()
}
}
diff --git a/fleet/compiler-plugins/noria/build.gradle.kts b/fleet/compiler-plugins/noria/build.gradle.kts
index ba6300388edc..f676cf622ac7 100644
--- a/fleet/compiler-plugins/noria/build.gradle.kts
+++ b/fleet/compiler-plugins/noria/build.gradle.kts
@@ -30,6 +30,7 @@ version = pluginVersion
repositories {
mavenCentral()
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
+ maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
mavenLocal()
}
}
diff --git a/fleet/compiler-plugins/noria/settings.gradle.kts b/fleet/compiler-plugins/noria/settings.gradle.kts
index 8bb44595ea9d..7b1e2b5d37aa 100644
--- a/fleet/compiler-plugins/noria/settings.gradle.kts
+++ b/fleet/compiler-plugins/noria/settings.gradle.kts
@@ -12,6 +12,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
+ maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
mavenLocal()
}
}
@@ -20,6 +21,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
+ maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
mavenLocal()
}
}
diff --git a/fleet/compiler-plugins/rhizomedb/build.gradle.kts b/fleet/compiler-plugins/rhizomedb/build.gradle.kts
index a7313437c565..40c146c4e154 100644
--- a/fleet/compiler-plugins/rhizomedb/build.gradle.kts
+++ b/fleet/compiler-plugins/rhizomedb/build.gradle.kts
@@ -30,6 +30,7 @@ version = pluginVersion
repositories {
mavenCentral()
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
+ maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
mavenLocal()
}
}
diff --git a/fleet/compiler-plugins/rhizomedb/settings.gradle.kts b/fleet/compiler-plugins/rhizomedb/settings.gradle.kts
index 986468af4af2..f71dc0bc0a5a 100644
--- a/fleet/compiler-plugins/rhizomedb/settings.gradle.kts
+++ b/fleet/compiler-plugins/rhizomedb/settings.gradle.kts
@@ -12,6 +12,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
+ maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
mavenLocal()
}
}
@@ -20,6 +21,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
+ maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
mavenLocal()
}
}
diff --git a/fleet/compiler-plugins/rpc/build.gradle.kts b/fleet/compiler-plugins/rpc/build.gradle.kts
index b3905c38f4bf..e2d21e6838ef 100644
--- a/fleet/compiler-plugins/rpc/build.gradle.kts
+++ b/fleet/compiler-plugins/rpc/build.gradle.kts
@@ -30,6 +30,7 @@ version = pluginVersion
repositories {
mavenCentral()
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
+ maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
mavenLocal()
}
}
diff --git a/fleet/compiler-plugins/rpc/settings.gradle.kts b/fleet/compiler-plugins/rpc/settings.gradle.kts
index cebcf5b20c09..55aa1fc3dfcf 100644
--- a/fleet/compiler-plugins/rpc/settings.gradle.kts
+++ b/fleet/compiler-plugins/rpc/settings.gradle.kts
@@ -12,6 +12,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
+ maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
mavenLocal()
}
}
@@ -20,6 +21,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
+ maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
mavenLocal()
}
}