Setting new a new `Playground` repository.
* This project uses the `AndroidXPlugin` using an included build.
* Add an environment variable:
export JAVA_TOOLS_JAR="<checkout>/prebuilts/jdk/jdk8/$plat-x86/lib/tools.jar"
* Doclava is not available as a maven artifact, so `:tipOfTreeDocsTask` does not work yet.
Once that works you should be able to do something like:
`./gradlew bOS -x checkExternalLicenses`
Test: Tested using `./gradlew :benchmark:benchmark:assembleRelease`
Change-Id: I4d5ae35af02c4aded80d3b40aef6d8b5c29e938e
diff --git a/androidx-plugin/gradle.properties b/androidx-plugin/gradle.properties
new file mode 100644
index 0000000..4d15d01
--- /dev/null
+++ b/androidx-plugin/gradle.properties
@@ -0,0 +1,21 @@
+# Project-wide Gradle settings.
+# IDE (e.g. Android Studio) users:
+# Gradle settings configured through the IDE *will override*
+# any settings specified in this file.
+# For more details on how to configure your build environment visit
+# http://www.gradle.org/docs/current/userguide/build_environment.html
+# Specifies the JVM arguments used for the daemon process.
+# The setting is particularly useful for tweaking memory settings.
+org.gradle.jvmargs=-Xmx2048m
+# When configured, Gradle will run in incubating parallel mode.
+# This option should only be used with decoupled projects. More details, visit
+# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
+# org.gradle.parallel=true
+# AndroidX package structure to make it clearer which packages are bundled with the
+# Android operating system, and which are packaged with your app"s APK
+# https://developer.android.com/topic/libraries/support-library/androidx-rn
+android.useAndroidX=true
+# Automatically convert third-party libraries to use AndroidX
+android.enableJetifier=true
+# Kotlin code style for this project: "official" or "obsolete":
+kotlin.code.style=official
\ No newline at end of file