Migrate from Groovy to Kotlin DSL

This commit is contained in:
Matte23
2020-11-02 09:20:00 +01:00
parent 36ef3125a1
commit 0ae74bb766
9 changed files with 219 additions and 105 deletions

View File

@@ -0,0 +1,7 @@
plugins {
`kotlin-dsl`
}
repositories {
jcenter()
}