Sebastiano Barezzi | 380db73 | 2024-09-14 22:12:58 +0200 | [diff] [blame] | 1 | /* |
2 | * SPDX-FileCopyrightText: 2024 The LineageOS Project | ||||
3 | * SPDX-License-Identifier: Apache-2.0 | ||||
4 | */ | ||||
5 | |||||
6 | // Top-level build file where you can add configuration options common to all sub-projects/modules. | ||||
7 | plugins { | ||||
8 | alias(libs.plugins.android.application) apply false | ||||
9 | alias(libs.plugins.kotlin.android) apply false | ||||
10 | } |