https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
t

Tomasz Krakowiak

11/04/2020, 11:17 AM
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

andylamax

11/04/2020, 8:06 PM
Can you share your
build.gradle
?
t

Tomasz Krakowiak

11/05/2020, 1:06 PM
@andylamax You want to review them or test them? (Asking as the project has multiple sub-modules)
a

andylamax

11/05/2020, 3:57 PM
I have a feeling that your gradle script is a culprit of your problem. Just wanted to rule it out thats all
t

Tomasz Krakowiak

11/05/2020, 6:41 PM
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.