suleymanova 86c55cc15e Kotlin, gradle, libraries versions update
Kotlin, gradle, AGP versions updated
dependencies versions updated
2022-10-26 15:21:44 -07:00

15 lines
424 B
Groovy

buildscript {
ext {
compose_version = '1.3.0'
}
}
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}