Add account manager (#671)

This commit is contained in:
Rafał Borcz
2021-01-29 21:53:46 +01:00
committed by GitHub
parent 26565b627a
commit d79b1c9a58
58 changed files with 4409 additions and 350 deletions

View File

@ -7,10 +7,13 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1536m
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
kotlin.code.style=official
kapt.incremental.apt=true
kapt.use.worker.api=true
kapt.include.compile.classpath=false
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit