File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 11
11
# The setting is particularly useful for tweaking memory settings.
12
12
org.gradle.jvmargs =-Xmx1536m
13
13
14
+ # To debug Gradle scripts, you must enable this behaviour with a flag (seen some rows below)
15
+ # Start debugging by initiating a remote Java debug through your IDE on port 5005
16
+ # Beware that Gradle spawns daemons to execute secondary builds. This could be a problem when debugging.
17
+ # You could stop them with "gradle --stop" and run a given task from the console with "gradle some_task_name --no-daemon"
18
+ # or with "org.gradle.daemon=false" set inside your "~/.gradle/gradle.properties" file.
19
+ # Uncomment the following line in order to enable Gradle debugging.
20
+ # org.gradle.debug=true
21
+
22
+
23
+
24
+
14
25
android.enableJetifier =true
15
26
android.useAndroidX =true
16
27
useKotlin =true
You can’t perform that action at this time.
0 commit comments