// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() mavenCentral() maven { url "https://plugins.gradle.org/m2/" } } dependencies { classpath 'com.android.tools.build:gradle:8.7.3' classpath 'com.google.gms:google-services:4.4.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } plugins { id("org.mozilla.rust-android-gradle.rust-android") version "0.9.5" id("org.jetbrains.kotlin.jvm") version "2.1.0" } apply from: "variables.gradle" allprojects { repositories { google() mavenCentral() } }