Skip to content

Commit

Permalink
Change CancellationException import to fix "overload resolution amb…
Browse files Browse the repository at this point in the history
…iguity"
  • Loading branch information
twyatt committed Dec 20, 2024
1 parent 9a43086 commit b6c7fad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import com.juul.kable.logs.Logger
import com.juul.kable.logs.Logging
import com.juul.kable.logs.Logging.DataProcessor.Operation.Write
import com.juul.kable.logs.detail
import kotlin.time.Duration
import kotlinx.coroutines.CancellationException
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.MutableStateFlow
Expand Down Expand Up @@ -43,8 +45,6 @@ import platform.Foundation.NSString
import platform.Foundation.NSUTF8StringEncoding
import platform.Foundation.dataUsingEncoding
import platform.darwin.UInt16
import kotlin.coroutines.cancellation.CancellationException
import kotlin.time.Duration
import platform.CoreBluetooth.CBCharacteristicWriteWithResponse as CBWithResponse
import platform.CoreBluetooth.CBCharacteristicWriteWithoutResponse as CBWithoutResponse

Expand Down

0 comments on commit b6c7fad

Please sign in to comment.