https://kotlinlang.org logo
p

Peter Hsu

08/19/2021, 8:42 PM
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

Laurence Muller

08/19/2021, 9:13 PM
Did you switch your project from 'Android' to 'Project' ?
p

Peter Hsu

08/19/2021, 9:14 PM
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

Laurence Muller

08/19/2021, 9:16 PM
Yeah no clue, for whatever reason the Android view becomes a bit useless for multiplatform Dev. At least for me