Initial commit

This commit is contained in:
Elex
2021-08-02 10:45:44 +09:00
commit 4c664e51f6
16 changed files with 534 additions and 0 deletions

View File

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