I'm having some issues with AS recognizing my sour...
# multiplatform
p
I'm having some issues with AS recognizing my sources directory properly. My androidMain/java is showing up, but it's being shown as "commonMain" and duplicated as "commonTest"
Copy code
src
├── androidMain
│  ├── AndroidManifest.xml
│  ├── kotlin
│  └── res
└── commonMain
  └── kotlin
l
Did you switch your project from 'Android' to 'Project' ?
p
I switched it there and it looks fine there, I was just wondering about the Android view
I was just curious about the source folder naming and duplication in that view
l
Yeah no clue, for whatever reason the Android view becomes a bit useless for multiplatform Dev. At least for me