aboutsummaryrefslogtreecommitdiff
path: root/buildSrc/build.gradle.kts
blob: e361a8f326494854e1a94e411a4cef8de57317de (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 = "df94b2f"

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