Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Top-level build file where you can add configuration options common to all sub-projects/modules.
- buildscript {
- repositories {
- jcenter()
- mavenCentral()
- }
- dependencies {
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:0.13.1513"
- classpath 'com.android.tools.build:gradle:1.3.0'
- classpath 'me.tatarka:gradle-retrolambda:3.2.2'
- classpath 'com.neenbedankt.gradle.plugins:android-apt:1.7'
- }
- }
- allprojects {
- repositories {
- jcenter()
- mavenCentral()
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment