iari
03/16/2022, 8:39 PMbrowserDevelopmentRun
Task works fine, webpack starts and I can debug the app
However, as soon as I run browserProductionWebpack
I get a Problem while processDceKotlinJs
is running
error: at ... (1546, 185): invalid property id
error: at ... (3946, 181): invalid property idThis looks pretty much like Issue 1077 where the use of the legacy-union package is suggested. Before trying that however, I wanted to check out, if by now I couldn't just switch from LEGACY to IR. However as soon as I change to IR, when gradle is confiured all the browser... tasks are gone - without any error. What could be the issue? here's the relevant part of build.gradle.kts:
turansky
03/16/2022, 8:43 PMlegacy-union
is required in most cases to avoid DCE problems
In IR there is no such problemiari
03/16/2022, 8:47 PMturansky
03/16/2022, 8:49 PMbinary.executable()
?turansky
03/16/2022, 8:50 PMiari
03/16/2022, 8:54 PMturansky
03/17/2022, 6:48 AMturansky
03/17/2022, 6:49 AM