I have an Android App in Android Studio. When I build project with Gradle File,it gives me one error at compile time. Error Report:
Error:org.gradle.api.inte
If you using GreenDao You should update it to the lastest version
classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0' // add plugin implementation 'org.greenrobot:greendao:3.3.0'