Hello, I frequently have a problem that in MPP dir...
# multiplatform
t
Hello, I frequently have a problem that in MPP directory src/jvmMain/kotlin is not being recognized as source folder by IntelliJ. When inspecting Project structure I can see that src/jvmMain is being source root of 2 modules: main and jvmMain. Anyone knows a solution / workaround?
a
Can you share your
build.gradle
?
t
@andylamax You want to review them or test them? (Asking as the project has multiple sub-modules)
a
I have a feeling that your gradle script is a culprit of your problem. Just wanted to rule it out thats all
t
I will try to produce smaller sample for diagnostic, but not now.
I haven't succeeded in creating MVE. But, modules that use "org.springframework.boot" plugin are affected.