Ajayi Olamide
07/04/2024, 12:52 PMcommonResources/drawable
. Although I've added a new to the folder, I can't seem to find it:
Image(
painter = painterResource(Res.drawable.my_image),
contentDescription = null
)
Vlad Mircan
07/05/2024, 10:28 AMcompose-multiplatform
>= 1.6.0
2. You are using the org.jetbrains.compose.components:components-resources
dependency
3. The folder in which you put the resources is commonMain/composeResources
4. That you have rebuilt the project since
5. In case you are using 1.6.10
, that you imported the drawable