android-cache-fix-gradle-plugin
android-cache-fix-gradle-plugin copied to clipboard
Feature request: ability to suppress certain workarounds
Would y'all be open to a PR to allow disabling workarounds by name? Some, such as the Room schema workaround, aren't applicable in our project but run every time anyway.
This would also help workaround cases like this, since we could just disable that workaround if it's not needed anyway
Same for me. I don't use Room.
We think it would be best if this workaround were automatically disabled when not needed. If not we will take a look and see if this is possible to add a switch to disable.
Released in https://github.com/gradle/android-cache-fix-gradle-plugin/releases/tag/v2.5.7
Please use the system property org.gradle.android.cache-fix.RoomSchemaLocationWorkaround.enabled=false