soderbjorn
04/13/2023, 10:18 PMAlejandro Rios
04/13/2023, 10:40 PMIs it possible to use either Android Studio or IntelliJ for a single project that has both Android + iOS + desktop modules?Android Studio running desktop apps could be a future improvement, but I think that depends more on Google to decide if they made the include (?)
The Kotlin Multiplatform Mobile plug-in in appears unavailable to install in IntelliJThere's an issue about it
Edit Configurations
and add a Gradle
one, set :desktop:run
and it should work, keep in mind, since it's a gradle task the :desktop
part might be different