Skip to content

Commit

Permalink
Add OptIn
Browse files Browse the repository at this point in the history
  • Loading branch information
ykws committed Sep 21, 2024
1 parent f8b8761 commit 430d7e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kable-core/src/commonTest/kotlin/BluetoothTests.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@

package com.juul.kable

import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.uuid.ExperimentalUuidApi

@OptIn(ExperimentalUuidApi::class)
class BluetoothTests {

@Test
Expand Down

0 comments on commit 430d7e9

Please sign in to comment.