android-finance-tracker/build.gradle.kts
anthonycicc 1fc894829d Added syncLibs command, does DependencyVersions way better.
Also reformatted lots of code, to follow guidelines
2018-11-02 20:45:32 -04:00

19 lines
No EOL
540 B
Kotlin

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath(Libs.com_android_tools_build_gradle)
classpath(Libs.kotlin_gradle_plugin)
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
plugins {
id("jmfayard.github.io.gradle-kotlin-dsl-libs") version "0.2.6" // $ ./gradlew syncLibs
}