hey, after updating to kmp version to 1.5.0 i.e la...
# compose-web
k
hey, after updating to kmp version to 1.5.0 i.e latest my web throwing error Cross module dependency resolution failed due to signature 'org.w3c.dom.events/EventListener|2833721539368120484[0]' redefinition Please help me out with this
b
I got the same issue. Something to do with skiko-js not being published to maven central properly
k
so any workaround ?
b
Found none so far
p
Try this in gradle.properties # TODO retry without this after 1.9.10
kotlin.js.ir.output.granularity=whole-program
https://youtrack.jetbrains.com/issue/KT-60852 kotlin.js.ir.output.granularity=whole-program
k
after that facing Execution failed for task ':kotlinStoreYarnLock'.
yarn.lock was changed. Run the
kotlinUpgradeYarnLock
task to actualize yarn.lock file
where is yarn.lock is located ?? Can't find that
b
It's in kotlin-js-store/yarn.lock
p
For that just run that gradle task
k
yeahh buddy working < 3 thanks
👍 1