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 1111# The setting is particularly useful for tweaking memory settings.
1212org.gradle.jvmargs =-Xmx1536m
1313
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+
1425android.enableJetifier =true
1526android.useAndroidX =true
1627useKotlin =true
You can’t perform that action at this time.
0 commit comments