10 lines
322 B
Kotlin
10 lines
322 B
Kotlin
/*
|
|
* Copyright 2025 Dakkshesh <beakthoven@gmail.com>
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
// 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
|
|
} |