client-android/build.gradle.kts

5 lines
241 B
Plaintext
Raw Normal View History

2024-01-28 20:40:57 +01:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
2025-02-18 18:39:26 +01:00
id("com.android.application") version "8.7.3" apply false
2025-02-18 18:40:11 +01:00
id("org.jetbrains.kotlin.android") version "1.9.24" apply false
2024-01-28 20:40:57 +01:00
}