Is there a way to have `commonMain*[main]*` instea...
# multiplatform
p
Is there a way to have
commonMain*[main]*
instead of
androidMain*[main]*
. Something I could do in gradle or the project settings, or is just the way it is in Android Studio.
c
It's the name of the source set, I don't think anyone but the Android plugin developers can change it
p
Ah I see, ok