19 lines
570 B
Plaintext
19 lines
570 B
Plaintext
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
alias(libs.plugins.androidApplication) apply false
|
|
alias(libs.plugins.jetbrainsKotlinAndroid) apply false
|
|
// id("cn.therouter.agp8") version "1.2.1" apply false
|
|
}
|
|
|
|
buildscript {
|
|
repositories {
|
|
google()
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
dependencies {
|
|
//noinspection UseTomlInstead
|
|
classpath("io.objectbox:objectbox-gradle-plugin:4.0.0")
|
|
// classpath("cn.therouter:plugin:1.2.2")
|
|
}
|
|
} |