JCB Image loading - Loading image from Bitmap

PHOTO EMBED

Mon Oct 04 2021 05:43:36 GMT+0000 (Coordinated Universal Time)

Saved by @GoodRequest. #kotlin

val bitmap = getBitmapFromYourSource()
Image(
    bitmap = bitmap, 
    contentDescription = "Cat"
)
content_copyCOPY