Problem working with image url in iosMain in Kotlin Multiplatform
I try to covert ByteArray to UIImage and after that CIImage to get NSURL from CIImage and upload to Firebase Storage using the url, but I receive null value from the step of getting CIImage from UIImage, do someone encountered with this issue?