enabling nativeSymbolUploadEnabled for multi variant application #5572
Replies: 4 comments 1 reply
|
Hi @MahdiHatami, are you importing the extension? #2665 (comment) has an example of how to use the Crashlytics + Kotlin DSL |
|
Could you share the whole gradle file and error message? Thanks! |
|
The CrashlyticsExtension does not register itself in anything to do with You can exclude the So instead, you can enable symbol uploading by putting this directly in each |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to enable symbol file upload for crashlytics using above code, but getting this error
org.gradle.api.UnknownDomainObjectException: Extension of type 'CrashlyticsExtension' does not exist.I really appreciate if you could help me.
Thanks.
All reactions