2023-05-12 06:40:19 +00:00
|
|
|
buildscript {
|
|
|
|
ext.kotlin_version = '1.8.10'
|
|
|
|
dependencies {
|
|
|
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-05-04 03:10:02 +00:00
|
|
|
plugins {
|
|
|
|
id 'com.android.application' version '7.3.1' apply false
|
|
|
|
id 'com.android.library' version '7.3.1' apply false
|
|
|
|
}
|