Skip to content

Commit

Permalink
add some missing OptIns
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Aug 10, 2023
1 parent 4b419e9 commit baa0a3c
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 baa0a3c

Please sign in to comment.