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

6 lines
No EOL
263 B
Kotlin

plugins {
kotlin("plugin.serialization") version "1.9.20" apply false
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
}