I'm new to compose. I'm using a multiplatform temp...
# compose
t
I'm new to compose. I'm using a multiplatform template. I see there's a res folder in androidApp for resources in Android view, which is convenient, but not one for shared. Can I somehow add it?
a
See here
❤️ 2
k
first of all, change the project mode to "android" -> "project". since this is NOT android project
t
I like this flatten view, is there any alternatives to get something like this? and I don't see any disadvantages using android mode, I'll swap to project when there's a need. 🤔
k
for example: I'm pretty sure you don't have the iosArm64Main directory on your disc. But you see it here
what you see is not what you have in the real. this is a huge disadvantage for me
t
it lists some generated files in the build from resourceGenerator. yes I think it is useless, but not that bad for me. so I'm asking if there's something can give project views like this (only lists sourcesets and necessary resources), but not as weird as android mode.
also I believe the android mode is auto selected when I created this from template. I'm not sure if it's a bug of android studio?
a
android studio was made for android, so it's not a bug. It's just that, for multiplatform the project structure makes more sense than the android structure!
k
try Intelij IDEA 😉