blob: fd75ad91044244d2ef9c5f8348bc759b74e740e6 [file] [log] [blame]
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = 'placeholder'
repositories {
// This will be populated by AndroidGradleTestCase
}
dependencies {
// These will be updated by AndroidGradleTestCase
classpath 'com.android.tools.build:gradle:1.5.0'
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:+"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects {
repositories {
// This will be populated by AndroidGradleTestCase
}
}