mirror of
https://github.com/PaiGramTeam/GetToken.git
synced 2024-11-21 06:36:42 +00:00
11 lines
445 B
Groovy
11 lines
445 B
Groovy
buildscript {
|
|
ext {
|
|
compose_ui_version = '1.5.12'
|
|
}
|
|
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id 'com.android.application' version '8.3.2' apply false
|
|
id 'com.android.library' version '8.3.2' apply false
|
|
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
|
|
id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.23' apply false
|
|
} |