Hello, Why doesn’t Android Studio recognize androi...
# multiplatform
u
Hello, Why doesn’t Android Studio recognize androidRelease source sets?
a
are you targeting this in your gradle file?
👀 1
j
Only one variant can be active in the IDE at a time. Go to View > Tool Windows > Build Variants and change the active variant to "release" and you will see that source folder become active and the debug one become inactive.
❤️ 1
u
oh, I guess I was a beginner in android 😅 Thanks for letting me know!
m
Since variant support was added, the only supporting one has caused problems with refactoring in Android Studio. I believe it is still problematic. You would think this could be resolved since it can handle multiple source sets with KMP.
👀 1