Sergey Lapin

Results 4 comments of Sergey Lapin

Firebase Plugin might've changed moment when they register their `uploadCrashlyticsMappingFile$variantName` to smth like `afterEvaluate` instead of `onVariants`

> @sergei-lapin did this issue make your crashes appear as obfuscated in FirebaseCrashlyics ? I tried to upload the mapping manually, which showed success but crashlytics still shows everything as...

Hi, @emartynov ! Right now I can't suggest anything but disabling Hilt's aggregating task ``` hilt { enableAggregatingTask = false } ```

@vibin that specific issue with task not found should be resolved with [v1.19 release](https://github.com/sergei-lapin/napt/releases/tag/1.19). The origin of this error is that you have aggregating task flag set true (default). But...