html/compose-compiler-integration/main-template/build.gradle.kts [1:25]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plugins { kotlin("multiplatform") id("org.jetbrains.compose") id("org.jetbrains.kotlin.plugin.compose") } repositories { google() mavenCentral() maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") mavenLocal() } kotlin { js(IR) { nodejs {} browser() {} binaries.executable() } sourceSets { val commonMain by getting { dependencies { implementation(kotlin("stdlib-common")) implementation(compose.runtime) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - html/compose-compiler-integration/main-template/lib/build.gradle.kts [1:25]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plugins { kotlin("multiplatform") id("org.jetbrains.compose") id("org.jetbrains.kotlin.plugin.compose") } repositories { google() mavenCentral() maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") mavenLocal() } kotlin { js(IR) { nodejs {} browser() {} binaries.executable() } sourceSets { val commonMain by getting { dependencies { implementation(kotlin("stdlib-common")) implementation(compose.runtime) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -