diff --git a/build.gradle.kts b/build.gradle.kts index 9e1fcdb..83516eb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,12 +27,9 @@ group = "io.github.oshai" 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() + mavenCentral() } tasks.withType {