From 87f4610ddaa54aba5591f159c3726bdec52eb25e Mon Sep 17 00:00:00 2001 From: Severn Everett Date: Fri, 24 May 2024 09:20:34 +0200 Subject: [PATCH] Added note in build.gradle.kts temporary repository declaration issue --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index abaef8c0..9e1fcdb9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,6 +29,7 @@ version = "6.0.10" repositories { // FIXME: This repository needs to be declared first, otherwise Gradle can't find the // Kotlin-JS dependency. This might be an issue of support for Kotlin 2 in Gradle. + // See https://youtrack.jetbrains.com/issue/KT-68471. mavenCentral() gradlePluginPortal() google()