Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions test-app/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1536m

# To debug Gradle scripts, you must enable this behaviour with a flag (seen some rows below)
# Start debugging by initiating a remote Java debug through your IDE on port 5005
# Beware that Gradle spawns daemons to execute secondary builds. This could be a problem when debugging.
# You could stop them with "gradle --stop" and run a given task from the console with "gradle some_task_name --no-daemon"
# or with "org.gradle.daemon=false" set inside your "~/.gradle/gradle.properties" file.
# Uncomment the following line in order to enable Gradle debugging.
# org.gradle.debug=true




android.enableJetifier=true
android.useAndroidX=true
useKotlin=true
Expand Down