Initial commit

This commit is contained in:
Gregory Bednov 2025-01-05 03:41:52 +03:00
commit 3db240b5c1
30 changed files with 1084 additions and 0 deletions

6
gradle.properties Normal file
View file

@ -0,0 +1,6 @@
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency=false
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache=true
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching=true