Skip to content

Commit

Permalink
remove kotlin 1.9-specific annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Aug 10, 2023
1 parent 1cf7606 commit f475039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)
//todo add for kotlin 1.9 @file:OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)

package at.asitplus.wallet.lib

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)
// todo add for kotlin 1.9 @file:OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)

package at.asitplus.wallet.lib.agent

Expand Down

0 comments on commit f475039

Please sign in to comment.