vladimir-shperling
41f6f04fb4
All checks were successful
Merge core/template-android-project to this repo / merge-if-needed (push) Has been skipped
6 lines
225 B
Plaintext
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
|
|
}
|