Bradleycorn
08/20/2024, 3:36 PMcommonMain
of your shared module ... I'm only using to to handle uncaught exceptions (crashes), so the only place I use the library explicitly is in my ios sourceSet where I call enableCrashlytics()
and setCrashlyticsUnhandledExceptionHook()
. Given that, do i still need to add the dependency to my commonMain
sourceset, or would it suffice to add it to iosmain
?kpgalligan
08/20/2024, 4:00 PMBradleycorn
08/20/2024, 4:05 PMkpgalligan
08/20/2024, 4:18 PM