Some checks failed
Build & Release APK / build (push) Failing after 46s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
plugins {
|
|
id("com.android.application") version "8.7.3" apply false
|
|
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
|
|
id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" apply false
|
|
}
|