2025-02-21 14:44:48 +03:00
|
|
|
/*
|
2026-02-21 16:48:31 +03:00
|
|
|
* Created by sweetbread
|
|
|
|
|
* Copyright (c) 2026. All rights reserved.
|
2025-02-21 14:44:48 +03: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
|
2026-02-21 16:48:31 +03:00
|
|
|
}
|