mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
6 lines
143 B
Kotlin
6 lines
143 B
Kotlin
plugins {
|
|
id("com.android.application") version "9.3.2" apply false
|
|
id("org.jetbrains.kotlin.android") version "2.4.10" apply false
|
|
}
|
|
|