html/benchmark-core/build.gradle.kts [21:36]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
binaries.executable()
}
sourceSets {
val commonMain by getting {
dependencies {
implementation(compose.runtime)
implementation(project(":html-core"))
implementation(kotlin("stdlib-common"))
implementation(libs.kotlinx.coroutines.core)
}
}
val jsMain by getting {
dependencies {
implementation(kotlin("stdlib-js"))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
html/integration-core/build.gradle.kts [34:49]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
binaries.executable()
}
sourceSets {
val commonMain by getting {
dependencies {
implementation(compose.runtime)
implementation(project(":html-core"))
implementation(kotlin("stdlib-common"))
implementation(libs.kotlinx.coroutines.core)
}
}
val jsMain by getting {
dependencies {
implementation(kotlin("stdlib-js"))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -