I updated android studio to last version, and now ...
# compose-desktop
p
I updated android studio to last version, and now I'm getting this error on Android Studio start:
Plugin 'Compose Multiplatform for Desktop IDE Support' is not compatible with the IDE because the IDE contains module 'com.jetbrains.kmm' which conflicts with the plugin
any idea why this happenned and how can this be solved without breaking compose desktop capabilites on Android Studio?
z
If you're using the new KMP plugin, you don't need to have the separate CMP Desktop plugin installed. You'll still have all the same functionality.
p
how can I know that?
if I open plugin manager, in CMP Desktop details I can read this:
Copy code
On Windows/Linux: You can continue using this plugin. It remains available and maintained for now, until equivalent support becomes available in the Kotlin Multiplatform plugin.
this sentence means that KMP Plugin still miss some CMP Desktop things?
until equivalent support becomes available in the Kotlin Multiplatform plugin.