This repository has been archived on 2025-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
QWeather/build.gradle.kts
2023-12-23 07:56:16 -05:00

5 lines
No EOL
199 B
Kotlin

plugins {
id("com.android.application") version "8.2.0" apply false
id("com.android.library") version "8.2.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
}