Initial commit
This commit is contained in:
19
build.gradle.kts
Normal file
19
build.gradle.kts
Normal file
@@ -0,0 +1,19 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.android.application) apply false
|
||||
alias(libs.plugins.kotlin.android) apply false
|
||||
alias(libs.plugins.kotlin.compose) apply false
|
||||
alias(libs.plugins.android.library) apply false
|
||||
}
|
||||
|
||||
buildscript {
|
||||
val objectboxVersion by extra("5.0.1") // For KTS build scripts
|
||||
|
||||
dependencies {
|
||||
// Android Gradle Plugin 8.0 or later supported
|
||||
classpath(libs.gradle)
|
||||
classpath("io.objectbox:objectbox-gradle-plugin:$objectboxVersion")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user