Hello everyone,
sometimes when Gradle reloads my multiplatform project, IntelliJ "forgets" the source folders for kotlin in the commons, js and/or jvm project (see screenshot)
Does anyone know what causes this bug? Or how to "repair" it?
Many thanks in advance!
Best regards
Felix
☝️ 1
zeugederunity
01/21/2021, 8:28 AM
Even a more specific name/specification of this bug/error would be nice. Because i have no clue how to properly search for it. 😐
j
Jeff Lockhart
01/21/2021, 8:52 AM
Not sure if this might be related to the bug you're experiencing: https://youtrack.jetbrains.com/issue/KT-42734
The bug I experience is that the androidMain and androidTest source sets fail to show in the Android Studio Android project view.
z
zeugederunity
01/21/2021, 9:25 AM
Hm.., i dont think that these issues are related.
Because i don't have multiple jvm targets. (at least i think, that these issues are not related.)
But thank you for the hint. 😄
m
Michal Klimczak
01/21/2021, 1:56 PM
I have the same issue. In Android studio and only in one of the
multiplatform
modules and not the other (no idea what the difference might be). it always is unmarked as sources after clean and I have to mark it as sources again.