blob: a4c11fc134dee12e3f431ca32df73d3497cd69ca [file] [log] [blame]
Sebastiano Barezzi380db732024-09-14 22:12:58 +02001/*
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.
7plugins {
8 alias(libs.plugins.android.application) apply false
9 alias(libs.plugins.kotlin.android) apply false
10}