blob: 902aca8ac791707bfe628fcfb91e0870b9e0703b [file] [log] [blame]
buildscript {
repositories {
}
dependencies {
classpath("com.android.tools.build:gradle:+")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:+")
}
}
allprojects {
repositories {
}
}
// Do not remove. This is used to ensure that the class which is searched for in SyncedProjectTest still exists.
println(org.jetbrains.kotlin.gradle.plugin.KotlinBasePlugin::class.java.simpleName)