I have two build flavors in gradle but for some reason whenever i change the following flag to false i get the titled error message:
ext.enableCrashlytics =
Maybe missing apply plugin fabric
I added this line on top of file app/build.gradle resolved my issues!
app/build.gradle
apply plugin: 'io.fabric'