// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { apply from: 'dependencies.gradle' repositories { jcenter() maven { url "https://plugins.gradle.org/m2/" } } dependencies { classpath gradlePlugins.androidTools classpath gradlePlugins.kotlin classpath gradlePlugins.ktlintGradle } } allprojects { repositories { jcenter() } }