Home | History | Annotate | Download | only in kotlinApp
      1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
      2 
      3 buildscript {
      4     repositories {
      5         jcenter()
      6     }
      7     dependencies {
      8         classpath 'com.android.tools.build:gradle:2.4.0-alpha6'
      9     }
     10 }
     11 
     12 allprojects {
     13     repositories {
     14         jcenter()
     15     }
     16 }
     17 
     18 task clean(type: Delete) {
     19     delete rootProject.buildDir
     20 }
     21