Migrate to Kotlin DSL

This commit is contained in:
Kirill Kamakin
2022-07-29 21:43:07 +02:00
parent 33bd8ba820
commit 8193db9498
8 changed files with 404 additions and 248 deletions

View File

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