migrate to gitea
This commit is contained in:
9
build.gradle.kts
Normal file
9
build.gradle.kts
Normal file
@@ -0,0 +1,9 @@
|
||||
// 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
|
||||
id("androidx.navigation.safeargs.kotlin") version "2.9.7" apply false
|
||||
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.10"
|
||||
id("com.google.devtools.ksp") version "2.3.4" apply false
|
||||
}
|
||||
Reference in New Issue
Block a user