SyntaxFix
Write A Post
Hire A Developer
Questions
in my case i updated the build.gradle file and make the classpath to latest version from 3.5.2 to 3.6.3
build.gradle
classpath
3.5.2
3.6.3
dependencies { classpath("com.android.tools.build:gradle:3.6.3") }