-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
im using Android Studio Narwhal
for CMP project for Android and iOS
and I have different modules , and I want to add a png image into feature module
but it crash with this error :
Caused by: org.jetbrains.compose.resources.MissingResourceException: Missing resource with path: composeResources/adaptivelearning.onboarding.generated.resources/drawable/signup_bg.png
for this usage:
Image(
painter = painterResource(Res.drawable.signup_bg),
contentDescription = null,
modifier = Modifier
.fillMaxSize()
.background(Color.Transparent),
alignment = Alignment.Center,
alpha = 0.2f,
contentScale = ContentScale.Crop
)
any suggestions ? thanks
Metadata
Metadata
Assignees
Labels
No labels