Matti MK
06/27/2022, 7:30 AMPropertyListEncoder
https://developer.apple.com/documentation/foundation/propertylistencoder in my shared module, in the iosApp
sourceset.
It appears that it’s not included, or at least I cannot import it. Should it be available?import platform.Foundation.NSCoder
import platform.Foundation.NSData
import platform.UIKit.UIImage
import platform.UIKit.UIImageJPEGRepresentation
import platform.UIKit.UIImagePNGRepresentation
Tijl
06/27/2022, 7:54 AMCodables
are a Swift API, Kotlin/Native interops only with Objective C. NSCoder
afaik is an older Objective C API.Matti MK
06/27/2022, 7:57 AM