I get all these shared source sets when starting a...
# multiplatform
f
I get all these shared source sets when starting a new project from the wizard. I don’t see them in the gradle settings, in this something the plugin does? Two questions: • Can I adjust this set of show source sets? I’d like to hide most source sets that are not relevant yet (don’t have code yet), for simplicety. • Why is
androidMain
not in this list (it is the
/kotlin
folder at the bottom, while I would expect it to be shown as a source set).
j
This is typically what you see when using "Android" view.....if you switch to "Project" view you see just the source sets that were created
f
Hmm. okay, I guess no android view then