2025-12-10 00:07:38 -05:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
|
plugins {
|
|
|
|
|
alias(libs.plugins.android.application) apply false
|
|
|
|
|
alias(libs.plugins.kotlin.android) apply false
|
|
|
|
|
alias(libs.plugins.kotlin.compose) apply false
|
2025-12-24 10:18:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
buildscript {
|
|
|
|
|
dependencies {
|
|
|
|
|
classpath("com.android.tools.build:gradle:8.13.2")
|
|
|
|
|
}
|
2025-12-10 00:07:38 -05:00
|
|
|
}
|