buildscript { // ext.kotlin_version = '1.8.22' // Use the latest stable version repositories { google() mavenCentral() maven { url 'https://maven.fabric.io/public' } } dependencies { classpath 'com.android.tools.build:gradle:7.4.2' classpath 'com.google.gms:google-services:4.4.2' classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.5' // classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } //allprojects { // repositories { // google() // mavenCentral() //// jcenter() // maven { url "https://jitpack.io" } //// maven { url "https://mvnrepository.com/artifact/org.researchstack/skin" } //// maven { url "https://mvnrepository.com/artifact/org.researchstack/backbone" } //// maven { url "https://repo.spring.io/plugins-release/" } // // } //} tasks.register('clean', Delete) { delete rootProject.buildDir }