Skip to content

Commit

Permalink
Update multiplatform-settings/src/appleMain/kotlin/com/russhwolf/sett…
Browse files Browse the repository at this point in the history
…ings/KeychainSettings.kt

Co-authored-by: Niklas Baudy <[email protected]>
  • Loading branch information
russhwolf and vanniktech committed Oct 1, 2023
1 parent 25a0f53 commit ef77c34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

@file:OptIn(
UnsafeNumber::class, // due to CFIndex usage
UnsafeNumber::class, // Due to CFIndex usage.
ExperimentalForeignApi::class // Due to lots of cinterop internals (and one public-facing constructor)
)

Expand Down

0 comments on commit ef77c34

Please sign in to comment.