Index: settings.gradle.kts IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/settings.gradle.kts b/settings.gradle.kts --- a/settings.gradle.kts (revision e1c41614420ed9480b53791daf954f965deb6f7b) +++ b/settings.gradle.kts (date 1720690668832) @@ -6,6 +6,7 @@ google() gradlePluginPortal() mavenCentral() + maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") } } @@ -13,7 +14,7 @@ repositories { google() mavenCentral() - maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental") maven("https://maven.pkg.jetbrains.space/public/p/ktor/eap") + maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") } } Index: composeApp/src/jsMain/resources/index.html IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/composeApp/src/jsMain/resources/index.html b/composeApp/src/jsMain/resources/index.html --- a/composeApp/src/jsMain/resources/index.html (revision e1c41614420ed9480b53791daf954f965deb6f7b) +++ b/composeApp/src/jsMain/resources/index.html (date 1720692351300) @@ -3,6 +3,7 @@
+