Initial commit

This commit is contained in:
2022-06-17 21:54:20 +06:00
commit 85f59d8745
15 changed files with 449 additions and 0 deletions

4
gradle.properties Normal file
View File

@@ -0,0 +1,4 @@
kotlin.code.style=official
org.gradle.parallel=true
kotlin.js.generate.externals=true
kotlin.incremental=true