I am getting the error,
Error:(11, 0) Plugin with id \'io.fabric\' not found
when trying to run crashlytics on my project.
I ended up creating an empty project and using the plugin on it and then I compared the gradle file and realized that this was not being added
dependencies { classpath 'io.fabric.tools:gradle:1.+' }