mirror of
https://github.com/imcarlost/Friendlists.git
synced 2026-04-10 02:46:54 -04:00
initial commit
This commit is contained in:
26
build.gradle
Normal file
26
build.gradle
Normal file
@@ -0,0 +1,26 @@
|
||||
buildscript {
|
||||
apply from: 'versions.gradle'
|
||||
ext.kotlin_version = deps.kotlin.version
|
||||
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath deps.project.kotlin
|
||||
classpath deps.project.gradle
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
addRepos(repositories)
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
|
||||
repositories {
|
||||
google()
|
||||
}
|
||||
Reference in New Issue
Block a user