Hello everyone, sometimes when Gradle reloads my ...
# multiplatform
z
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
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
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
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
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.
z
Yes i have the very same problem. 🤔