I've spent an entire day trying to solve it, tried to open few projects from github, tried Android studio 4.0, 4.2 canary, IntellyJ Idea but still don't see the androidMain in modules
What should I try?

I've spent an entire day trying to solve it, tried to open few projects from github, tried Android studio 4.0, 4.2 canary, IntellyJ Idea but still don't see the androidMain in modules
What should I try?

Try adding additional source sets for your android project by setting in your
shared:build.gradle.ktsfile under theandroidnode thisso you could have something like this:
This way you could see the
androidMainandandroidTestkotlin files under yourMyApplication11node