Is there documentation somewhere that explains how to setup android in an existing gradle based project? The wiki only seems to refer to using the sdk to set everything up. I was thinking of putting the android project into its own subfolder so that it can be independently opened in android studio. But Im not sure how to go about setting this up.
So in this project, how would you manage both android and desktop projects? Would this not require the desktop version to be developed in Android Studio as well?