Initial commit

This commit is contained in:
Elex
2021-08-02 17:39:15 +09:00
commit 8f1b1d6a7a
16 changed files with 534 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
plugins{
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
}