build.gradle 224 B

1234567
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. plugins {
  3. alias(libs.plugins.android.application) apply false
  4. }
  5. task clean(type: Delete) {
  6. delete rootProject.buildDir
  7. }