I have a strange problem with importing a mpp proj...
# multiplatform
r
I have a strange problem with importing a mpp project in IntelliJ (2022.1.3 Ultimate). More info in thread.
The project is a fullstack mpp with common, jvm and js source sets.
The error appears every time when two things are present in the build configuration at the same time: • a jvm dependency on spring boot 2.7.1 • any npm dependency in the js source set
I can use spring boot version 2.7.0 OR I can remove npm dependencies to fix the problem.
Any idea what is happening?
Cleaning the project, re-importing it, clearing cache doesn't help. The problem is only visible in IntelliJ - it works fine with gradle.