Carter
06/01/2021, 2:08 PMjava.lang.IllegalStateException: could not convert sym to ClassifierSymbol
In my module serverApp, I can reproduce just with these dependencies added and no additional javascript code in the module (and no common dependencies).
val jsMain by getting {
dependencies {
implementation(libs.kotlinxCoroutines)
implementation(compose.runtime)
implementation(compose.web.core)
implementation(compose.web.widgets)
}
}
But in my module browserApp (which where the actual compose code lives), I’m not able to reproduce with a similar set of dependencies.