build.gradle.kts 176 B

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