gradle.properties
#### USER CONFIGURATION## These properties MUST be set in ~/.gradle/gradle.properties, and MUST NOT be committed into the# VCS. The username must be your GitHub username, and the token must be a personal access token with# permission to read packages.## githubJacocoUsername=myusername# githubJacocoPassword=mytoken#### Android and AndroidX configuration.android.nonTransitiveRClass=trueandroid.useAndroidX=true# Kotlin configuration.kotlin.code.style=official# Gradle configuration.org.gradle.daemon=trueorg.gradle.caching=trueorg.gradle.parallel=trueorg.gradle.configureondemand=trueorg.gradle.jvmargs=-Dfile.encoding=UTF-8