Using Android Studio 3.3 Canary 11 with the gradle plugin version 3.3.0-alpha11. It throws the following error when trying to sync gradle
WARNI
For me, I followed these steps: 1. upgrade the Gradle dependency on project level build.gradle.
classpath 'io.fabric.tools:gradle:1.28.0'
add this plugin dependency below apply plugin: 'com.android.application' in the app level build.gradle.
apply plugin: 'io.fabric'
Sync the project with gradle files.