‘dependencies’ cannot be applied to ‘(groovy.lang.Closure)’
Based on what Android Studio generates, you need to have a top-level project file build.gradle, and another for your app build.gradle. Top-level: Application level: But even without all that, your problem is that you have a dependencies within your android plugin config. remove that empty dependencies block. EDIT: I also started getting this error with … Read more