I noticed that there is `main` directory in the `...
# multiplatform
l
I noticed that there is
main
directory in the
shared
Module. I created an icon inside it, but I can’t get the drawable using
R.drawable.ic_test
. is this something that got created automatically or should I delete it?
j
main
isn't a multiplatform source set. I don't know what would have created the directory, but I'd just delete it. And
R.drawable
is an Android-specific API, which could only be used in the
androidMain
source set.