anyone else come across issue where it hangs at `:...
# compose-web
j
anyone else come across issue where it hangs at
:compose-web:compileDevelopmentExecutableKotlinWasmJs
stage when building/running from IDE?
v
On which task does it hang? in my case hang relates with:
> jsBrowserProductionWebpack > 92% sealing asset processing TerserPlugin
, which was related to using
compose.materialIconsExtended
in
commonMain
.
j
That task I mentioned was last one shown