Open
Description
What feature would you like to see?
At the moment there are four exceptions when you enable org.gradle.unsafe.isolated-projects=true
, all pointing at the usage of findProperty
to retrieve these properties:
- com.google.firebase.crashlytics.buildtools
- com.google.firebase.crashlytics.fakeId
- com.google.firebase.crashlytics.fakeOutput
- com.google.firebase.crashlytics.logDebug
I believe these can be changed to providers.gradleProperty(...)
to solve the issue.
How would you use it?
Isolated projects would improve performance of the "sync" step in Android Studio:
https://docs.gradle.org/current/userguide/isolated_projects.html