I have a strange problem with importing a mpp project in IntelliJ (2022.1.3 Ultimate). More info in thread.
Robert Jaros
07/13/2022, 11:43 AM
Robert Jaros
07/13/2022, 11:44 AM
The project is a fullstack mpp with common, jvm and js source sets.
Robert Jaros
07/13/2022, 11:47 AM
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
Robert Jaros
07/13/2022, 11:49 AM
I can use spring boot version 2.7.0 OR I can remove npm dependencies to fix the problem.
Robert Jaros
07/13/2022, 11:50 AM
Any idea what is happening?
Robert Jaros
07/13/2022, 11:51 AM
Cleaning the project, re-importing it, clearing cache doesn't help. The problem is only visible in IntelliJ - it works fine with gradle.