Skip to content

Commit 305871a

Browse files
committed
Formatting
1 parent 530cdf0 commit 305871a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

sentry-kotlin-multiplatform/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ kotlin {
7575
optIn("kotlinx.cinterop.ExperimentalForeignApi")
7676
optIn("kotlinx.cinterop.UnsafeNumber")
7777
optIn("kotlin.experimental.ExperimentalNativeApi")
78-
// TODO(buenaflor): we get compiler errors with k2 so right now don't use it
79-
languageVersion = "1.9"
8078
}
8179
}
8280

sentry-kotlin-multiplatform/src/appleMain/kotlin/io/sentry/kotlin/multiplatform/nsexception/UnhandledExceptionHook.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
package io.sentry.kotlin.multiplatform.nsexception
1616

1717
import kotlin.concurrent.AtomicReference
18-
import kotlin.native.concurrent.freeze
1918

2019
/**
2120
* Wraps the unhandled exception hook such that the provided [hook] is invoked

0 commit comments

Comments
 (0)