1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-08 20:12:39 +01:00
Frost-for-Facebook/buildSrc/build.gradle.kts
2019-06-07 14:55:59 -04:00

16 lines
224 B
Plaintext

plugins {
`kotlin-dsl`
}
group = "com.pitchedapps"
repositories {
jcenter()
maven("https://jitpack.io")
}
val KAU: String = "df94b2f"
dependencies {
implementation("ca.allanwang.kau:gradle-plugin:$KAU")
}