setup gradle

This commit is contained in:
Ryan
2021-04-11 09:29:07 -04:00
parent 3d1090447d
commit 070c084f61
9 changed files with 792 additions and 44 deletions

8
gradle.properties Normal file
View File

@ -0,0 +1,8 @@
# Backbone
project.version=0.0.1
# Kotlin
kotlin.code.style=official
# Gradle
org.gradle.vfs.watch=true
org.gradle.vfs.verbose=true