Lubomir Pisk
01/21/2022, 8:09 AMimplementation(project(":shared:gallery"))
kotlin {
js(IR) {
browser()
binaries.executable()
}
sourceSets {
val jsMain by getting {
dependencies {
implementation(compose.web.core)
implementation(compose.runtime)
implementation(project(":shared:gallery"))
}
}
}
}
then I receive blank screen and error in Web Inspector (Safari).
Without dependency is everything ok.
I can share more details.
Thank you.Oleksandr Karpovich [JB]
01/21/2022, 8:34 AMephemient
01/21/2022, 8:47 AMephemient
01/21/2022, 8:52 AM/(?...)/
are not supported in some JS implementations (which means you can't use them from Kotlin's Regex on K/JS either): https://caniuse.com/js-regexp-lookbehind