Mehmet Peker
03/21/2022, 10:00 PMI 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)
Colton Idle
03/22/2022, 12:35 AMpepos
03/22/2022, 3:35 AMpainterResource
has limitations, did you try https://google.github.io/accompanist/drawablepainter/?Mehmet Peker
03/22/2022, 9:20 PMpepos
03/22/2022, 9:24 PM