diff --git a/test-app/gradle.properties b/test-app/gradle.properties index a1e4c3b11..6444d8ebd 100644 --- a/test-app/gradle.properties +++ b/test-app/gradle.properties @@ -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