I often (but not always) get similar exceptions (s...
# compose-web
n
I often (but not always) get similar exceptions (see separate comment) when running
jsBrowserDevelopmentRun
but
jsBrowserDevelopmentWebpack
is affected as well. I guess the error is related to incremental compilation because a recompile attempt succeeds (almost always). Have you experienced anything similar? Kotlin: 2.0.0 Compose/HTML: 1.6.10
Stack trace:
Copy code
e: java.lang.IllegalStateException: Internal error: cannot find external signature '[ module.webapp.ui/module_webapp_ui_DataGridCoreStyleSheet$stableprop|-825175712993728133[0] <- Local[<BF>|FIELD name:module_webapp_ui_DataGridCoreStyleSheet$stable type:<http://kotlin.Int|kotlin.Int> visibility:public [final,static]] ]' for name 'module_webapp_ui_DataGridCoreStyleSheet$stable' in module kotlin_webapp
	at org.jetbrains.kotlin.ir.backend.js.transformers.irToJs.CrossModuleDependenciesResolver.resolveCrossModuleDependencies(JsIrProgramFragment.kt:137)
	at org.jetbrains.kotlin.ir.backend.js.ic.JsExecutableProducer.buildMultiArtifactExecutable(JsExecutableProducer.kt:63)
	at org.jetbrains.kotlin.ir.backend.js.ic.JsExecutableProducer.buildExecutable(JsExecutableProducer.kt:36)
	at org.jetbrains.kotlin.cli.js.K2JsIrCompiler.doExecute(K2JsIrCompiler.kt:358)
	at org.jetbrains.kotlin.cli.js.K2JSCompiler.doExecute(K2JSCompiler.java:109)
	at org.jetbrains.kotlin.cli.js.K2JSCompiler.doExecute(K2JSCompiler.java:72)
r