Files
AndroidJetpack/ComposeDebugDrawer/build.gradle.kts
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

10 lines
438 B
Kotlin

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
// this is necessary to avoid the plugins to be loaded multiple times
// in each subproject's classloader
alias(libs.plugins.android.application) apply false
alias(libs.plugins.android.library) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.kotlin.parcelize) apply false
}