There is a way to write things to apple keychain d...
# multiplatform
v
There is a way to write things to apple keychain directly from kotlin?
r
It's possible, but it gets a little ugly. Here's how Multiplatform Settings does it but it might not be very easy to follow: https://github.com/russhwolf/multiplatform-settings/blob/master/multiplatform-settings/src/appleMain/kotlin/com/russhwolf/settings/KeychainSettings.kt
🙌 1
✅ 1
v
thanks!!!!!!!