aboutsummaryrefslogtreecommitdiff
path: root/buildSrc/build.gradle.kts
blob: 3457e2c269d7905a0e54dffa7c5d82a06e438cab (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
plugins {
    `kotlin-dsl`
}

repositories {
    jcenter()
}

kotlinDslPluginOptions {
    experimentalWarning.set(false)
}