Hello everyone ```I have an application written wi...
# compose
m
Hello everyone
Copy code
I have an application written with Jetpack Compose in the Google Play Store. I have a custom dialog inside the application. I did not come across it, but my users are getting an IlegalArgumentException error when using Image. Why am I getting this error?
java.lang.IllegalArgumentException: 
  at androidx.compose.ui.res.PainterResources_androidKt.loadImageBitmapResource (PainterResources_android.kt)
  at androidx.compose.ui.res.PainterResources_androidKt.painterResource (PainterResources_android.kt)