Hey guys! I have a project with two mpp modules: `...
# javascript
f
Hey guys! I have a project with two mpp modules:
core
and
client
. I'm migrating them to
1.3.41
. When I try to run
jsTest
task on
client
module, the following error appears. Curious that, after some retries, the tests pass... 🤔 Maybe some lazy sync between modules? Have anyone already had this problem?
c
Be careful, I think their may be some issues with the incremental compiler that is hiding errors. As a safety I do a
clean test
for safety sake.
f
😢
c
Test I thought was fine failed the next day when restarted IntelliJ. Seemed to be worse for Kotlin/JS in multiplatform project. JVM and native stuff was better.
1
s
@fcosta can you please share your project?
c
When I was working on https://github.com/open-jumpco/kfsm and https://github.com/open-jumpco/kfsm-samples it became apparent in the kfsm-samples project that incremental compilation for the JS stuff isn't consistent.
🙏 2
f