Christian Würthenr
updateApplicationContext()
WatchConnectivity
throws
error
kotlinx.cinterop.CPointer<kotlinx.cinterop.ObjCObjectVar<platform.Foundation.NSError?>>?
MJegorovas
memScoped { val error = alloc<CFErrorRefVar>() val key = SecKeyCreateRandomKey(attributes, error.ptr) (CFBridgingRelease(error.value) as? NSError)?.let { println("ERROR: ${it.debugDescription}") } }
A modern programming language that makes developers happier.