SnapWall/build.gradle.kts
2025-12-26 14:12:53 +08:00

13 lines
384 B
Plaintext

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.13.1" apply false
id("org.jetbrains.kotlin.android") version "2.2.21" apply false
kotlin("kapt") version "1.9.0"
}
buildscript {
dependencies {
classpath("io.objectbox:objectbox-gradle-plugin:5.0.1")
}
}