blob: 7eda6676501cc22993a230b8bd730f1928872a5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
plugins {
`kotlin-dsl`
}
repositories {
jcenter()
maven("https://jitpack.io")
}
val KAU: String = "df94b2f"
dependencies {
implementation("ca.allanwang.kau:gradle-plugin:$KAU")
}
|