2022-01-02 21:37:22 +01:00
|
|
|
buildscript {
|
|
|
|
ext {
|
2023-03-25 12:21:27 +01:00
|
|
|
compose_version = '1.4.0'
|
2022-01-02 21:37:22 +01:00
|
|
|
}
|
2022-11-29 21:31:20 +01:00
|
|
|
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
plugins {
|
2023-03-25 12:21:27 +01: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
|
2022-01-02 21:37:22 +01:00
|
|
|
}
|
|
|
|
|