forked from student-15031/NTO-2025-Android-TeamTask
6 lines
225 B
Kotlin
6 lines
225 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
|
|
}
|