1
0
template-android-project/build.gradle.kts
vladimir-shperling 41f6f04fb4
All checks were successful
Merge core/template-android-project to this repo / merge-if-needed (push) Has been skipped
Add support AS Lady bug
2024-10-29 02:51:00 +07:00

6 lines
225 B
Plaintext

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
androidApplication version Version.agp apply false
kotlinJvm version Version.Kotlin.language apply false
}