12 lines
402 B
Plaintext
Executable File
12 lines
402 B
Plaintext
Executable File
/*
|
|
* Created by sweetbread on 21.02.2025, 12:00
|
|
* Copyright (c) 2025. All rights reserved.
|
|
* Last modified 21.02.2025, 12: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
|
|
} |