buildscript { ext.kotlin_version = '1.4.10' repositories { jcenter() mavenCentral() google() } dependencies { classpath 'com.android.tools.build:gradle:4.1.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } plugins { id 'com.github.ben-manes.versions' version '0.33.0' } allprojects { repositories { jcenter() mavenCentral() google() maven { url "https://jitpack.io" } } }