Skip to content

Commit

Permalink
add iOS-specific annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Jan 10, 2024
1 parent d4e0fe5 commit feeee7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)

package at.asitplus.wallet.lib

import at.asitplus.wallet.lib.agent.toByteArray
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)

package at.asitplus.wallet.lib.agent

import at.asitplus.KmmResult
Expand Down

0 comments on commit feeee7d

Please sign in to comment.