File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
sentry-kotlin-multiplatform Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ ### Fixes
6+
7+ - Symbol multiply defined when trying to run cocoa targets ([ #226 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/226 ) )
8+
39## 0.7.0
410
511### Features
Original file line number Diff line number Diff line change @@ -194,7 +194,11 @@ kotlin {
194194 targets.withType<KotlinNativeTarget >().all {
195195 compilations[" main" ].cinterops[" Sentry" ].extraOpts(
196196 " -compiler-option" ,
197- " -DSentryMechanismMeta=SentryMechanismMetaUnavailable"
197+ " -DSentryMechanismMeta=SentryMechanismMetaUnavailable" ,
198+ " -compiler-option" ,
199+ " -DSentryIntegrationProtocol=SentryIntegrationProtocolUnavailable" ,
200+ " -compiler-option" ,
201+ " -DSentryMetricsAPIDelegate=SentryMetricsAPIDelegateUnavailable"
198202 )
199203 }
200204 }
You can’t perform that action at this time.
0 commit comments