Skip to content

Commit

Permalink
add more missing opt-ins
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Dec 1, 2023
1 parent c87861a commit ee551dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vclib-openid/src/iosTest/kotlin/IosTest.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import io.kotest.core.spec.style.FreeSpec
import kotlin.experimental.ExperimentalNativeApi

@OptIn(ExperimentalNativeApi::class)
class `iOS-Only Test` : FreeSpec({ "should run on on ${Platform}"{} })
2 changes: 2 additions & 0 deletions vclib/src/iosTest/kotlin/IosTest.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import io.kotest.core.spec.style.FreeSpec
import kotlin.experimental.ExperimentalNativeApi

@OptIn(ExperimentalNativeApi::class)
class `iOS-Only Test` : FreeSpec({ "should run on on ${Platform}"{} })

0 comments on commit ee551dc

Please sign in to comment.