Skip to content

Commit 530cdf0

Browse files
committed
Fix K2 compiler issue
1 parent 8db72ee commit 530cdf0

File tree

1 file changed

+0
-1
lines changed
  • sentry-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform

1 file changed

+0
-1
lines changed

sentry-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform/SentryBaseEvent.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public abstract class SentryBaseEvent(
4444
* This is not thread-safe.
4545
*/
4646
public var contexts: Map<String, Any> = mapOf()
47-
internal set
4847

4948
/**
5049
* A mutable map of breadcrumbs that led to this event.

0 commit comments

Comments
 (0)