aboutsummaryrefslogtreecommitdiff
path: root/buildSrc/build.gradle.kts
blob: 506030692d80be885cfa9546d1d2401f584f1234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
plugins {
    `kotlin-dsl`
}

group = "com.pitchedapps"

repositories {
    jcenter()
    maven("https://jitpack.io")
}

val KAU: String = "db3b6c0"

dependencies {
    implementation("ca.allanwang.kau:gradle-plugin:$KAU")
}