Private
Public Access
1
0
Files
Kordophone/build.gradle

12 lines
365 B
Groovy
Raw Normal View History

buildscript {
ext {
2023-07-07 00:11:13 -07:00
compose_ui_version = '1.4.1'
}
2023-07-07 00:11:13 -07:00
}
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
2023-07-07 00:11:13 -07:00
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
}