mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-08 20:12:39 +01:00
16 lines
224 B
Plaintext
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")
|
|
} |