Initial MVP
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# JVM args for the Gradle daemon.
|
||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
||||
|
||||
# Use AndroidX (not the old support library).
|
||||
android.useAndroidX=true
|
||||
|
||||
# Kotlin official code style.
|
||||
kotlin.code.style=official
|
||||
|
||||
# Generate per-module R classes (smaller, faster builds).
|
||||
android.nonTransitiveRClass=true
|
||||
Reference in New Issue
Block a user