Loe
05/25/2023, 8:30 PMmain
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?Jeff Lockhart
05/25/2023, 9:43 PMmain
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.