2024-09-05 00:59:27 +00: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
|
2025-01-12 13:42:08 +00:00
|
|
|
alias(libs.plugins.ksp) apply false
|
|
|
|
alias(libs.plugins.hilt) apply false
|
2024-09-05 00:59:27 +00:00
|
|
|
}
|