mirror of
https://github.com/JasonYANG170/IOTConnect-Android.git
synced 2024-11-23 12:16:24 +00:00
6 lines
318 B
Plaintext
6 lines
318 B
Plaintext
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||
|
plugins {
|
||
|
id("com.android.application") version "8.5.0-alpha08" apply false
|
||
|
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
|
||
|
id("com.google.devtools.ksp") version "1.9.21-1.0.16" apply false
|
||
|
}
|