html/core/build.gradle.kts [12:26]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
js(IR) {
browser() {
testTask {
useKarma {
standardConf()
}
}
}
binaries.executable()
}
sourceSets {
val commonMain by getting {
dependencies {
implementation(compose.runtime)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
html/svg/build.gradle.kts [11:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
js(IR) {
browser() {
testTask {
useKarma {
standardConf()
}
}
}
binaries.executable()
}
sourceSets {
val commonMain by getting {
dependencies {
implementation(compose.runtime)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -