Add base project files.

This commit is contained in:
2020-01-23 23:35:15 +04:00
parent 9ea154d8d6
commit 909b50b47d
27 changed files with 1094 additions and 0 deletions

3
gradle.properties Normal file
View File

@ -0,0 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms128m -Xmx1500m
org.gradle.configureondemand=false