https://kotlinlang.org logo
#android-studio
Title
# android-studio
r

rsktash

02/09/2022, 10:41 PM
I’m having an issue with KMP project when using AS preview and canary the androidMain target is showing [main] and it can’t see commonMain
c

Chris Sinco [G]

02/09/2022, 11:12 PM
FYI KMP development is not fully supported in Android Studio so YMMV for now until we have a concrete effort towards making things work better.
r

rsktash

02/09/2022, 11:16 PM
But it’s working with Bumblebee
I use jetpack compose for my projects The stable AS is working well except compose preview rendering. It is very slow The beta and alpha AS is working well with rendering compose preview
c

Chris Sinco [G]

02/09/2022, 11:33 PM
Yes, it probably works since it works in IntelliJ. We (Android Studio) are spinning up efforts now to work on this but don’t have a clear public roadmap for full support just yet. These bugs are great feedback and you should file them if you can. But be aware that because of this lack of roadmap, we can’t guarantee follow-up/promise of when these things will be fixed and what release. 🤷
d

darkmoon_uk

02/10/2022, 12:33 AM
KMP/AS not fully supported, and yet still seems to work better overall than IntelliJ which has more syntax highlighting issues with (ironically) JVM source-sets, in my experience 🙄 ... It's hard getting the stars to align 😁
🤷 2
3 Views