Files
libreevent/src/apps/Android/build.gradle.kts
T
2026-01-22 13:08:38 +01:00

5 lines
241 B
Kotlin

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.13.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
}