is it possible to get this new project wizard in Android Studio? Is there a plugin i can install ? (this is intellij btw)
t
therealbluepandabear
02/06/2022, 12:45 PM
You can't - Android Studio is specifically designed for the creation of Android apps. Use IntelliJ instead if you want to create different projects on the JVM.
🥲 1
c
Chris Sinco [G]
02/07/2022, 7:56 PM
Yes, we specifically use our own New Project Wizard to focus on Android (which is also embedded in the IntelliJ one when using the Android plugin)
Chris Sinco [G]
02/07/2022, 7:57 PM
But… I would not be surprised if we add Compose MP templates in the future when Studio properly supports it