Initial commit

This commit is contained in:
Thomas Andres Gomez 2024-11-02 08:17:11 +01:00
commit 9ddd6018fd
18 changed files with 931 additions and 0 deletions

6
gradle.properties Normal file
View file

@ -0,0 +1,6 @@
#Kotlin
kotlin.code.style=official
kotlin.daemon.jvmargs=-Xmx2048M
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8