Creates default project

This commit is contained in:
Julien Lengrand-Lambert
2025-04-30 10:14:33 +02:00
commit b792396835
18 changed files with 632 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