Hi everyone! 👋
I am using Android Studio to build a KMP app for Android and iOS, but I have observed a weird behavior recently:
• Android target is not visible when I just open the project.
• To make it visible I have to sync the build.gradle file
• After sync, Android target become visible and I am able to click run button.
• But a few seconds later, the Android target disappears again.
Does anyone have experienced something similar? I am not really sure if the issue is on KMP setup, on Android Studio or in both sides.