Hi Jetbrains team,
The com.intellij.ide.impl.NewProjectUtil#createNewProject() function has been deprecated in favor of com.intellij.ide.impl.createNewProjectAsync(), but the createNewProjectAsync is marked as internal.
My plugin uses the NewProjectUtil to expose the NewProjectWizard in Android Studio and preselect my Plugin’s generator.
With the createNewProject() being deprecated, I will no longer have an easy way to expose the NewProjectWizard in Android Studio.
What should the path forward be?
Thanks!