ByeDPIAndroid/build.gradle.kts

6 lines
242 B
Plaintext
Raw Normal View History

2024-02-22 18:06:02 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
2024-08-30 05:07:39 +00:00
id("com.android.application") version "8.5.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.25" apply false
2024-02-22 18:06:02 +00:00
}