// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id("com.android.application") version "8.9.1" apply false id("org.jetbrains.kotlin.android") version "2.0.0" apply false } buildscript { repositories { mavenCentral() // Note: 2.9.0 and older are available on jcenter() } dependencies { // Android Gradle Plugin 4.1.0 or later supported. // classpath("com.android.tools.build:gradle:8.1.0") classpath("io.objectbox:objectbox-gradle-plugin:5.0.1") } }