Files
NTO-2025-Client-Android-solve/build.gradle.kts
vladimir-shperling 0e4bbd0817
Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Has been cancelled
Initial commit
2025-10-20 09:23:07 +03:00

7 lines
350 B
Kotlin

// 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
kotlinAndroid version Version.Kotlin.language apply false
composeCompiler version Version.Kotlin.language apply false
}