2024-03-10 03:00:31 +07:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
plugins {
|
2024-10-29 02:51:00 +07:00
|
|
|
androidApplication version Version.agp apply false
|
2024-03-10 03:00:31 +07:00
|
|
|
kotlinJvm version Version.Kotlin.language apply false
|
2024-08-05 00:09:01 +03:00
|
|
|
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
|
2024-03-10 03:00:31 +07:00
|
|
|
}
|