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 |
Beta Was this translation helpful? Give feedback.
-
Hi @rlazo , Yes I'm importing the extension |
Beta Was this translation helpful? Give feedback.
-
Could you share the whole gradle file and error message? Thanks! |
Beta Was this translation helpful? Give feedback.
-
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
|
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions