Initial commit

This commit is contained in:
Elex
2021-08-22 16:55:56 +09:00
commit eedf066993
16 changed files with 536 additions and 0 deletions

View File

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