I have a library project and different sub-projects with images/teksts etc, that use this library. I want every app (sub-project) to have it's own crashreport formkey, but I can only set it once, statically in the library's Application class, using "@ReportsCrashes(formKey=..."
Is there another way to set it up, so the formkey can differ for every app I create using this library?