build.gradle 161 B

12345
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. task clean(type: Delete) {
  3. delete rootProject.buildDir
  4. }