Is there any chance to use Firebase Crashlytics in...
# multiplatform
i
Is there any chance to use Firebase Crashlytics in shared code in KMM project? I heard about it (without any explanations: “crashlytics doesn’t need google services, blah-blah…“) but when i’ve started implement it i’ve got build exception
An exception occurred applying plugin request [id: ‘com.google.firebase.crashlytics’]
> Failed to apply plugin ‘com.google.firebase.crashlytics’.
> Applying the Firebase Crashlytics plugin to a library project is unsupported. It should only be applied to the application module of your project to enable automatic upload of obfuscation mapping files for your application.
I could move plugin to android app module and android crash reporting will work correctly (most likely), but what about iOS? What do I need to implement? Here only instructions for swift, not kotlin
k
1248 Views