Caused by: org.gradle.api.plugins.UnknownPluginException: Plugin with id 'com.android.application' not found.
dependencies { implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
//noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:24.2.0'
implementation 'com.google.android.gms:play-services-vision:20.0.0'
compile files('libs/scanning.jar')
}