Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
12345678 |
- // Top-level build file where you can add configuration options common to all sub-projects/modules.
- @Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed
- plugins {
- alias(libs.plugins.androidApplication) apply false
- alias(libs.plugins.kotlinAndroid) apply false
- alias(libs.plugins.androidLibrary) apply false
- }
- true // Needed to make the Suppress annotation work for the plugins block
|