79367264

Date: 2025-01-18 13:58:43
Score: 0.5
Natty:
Report link

Write this in your gradle.properties file

org.gradle.parallel=true
org.gradle.configuration-cache=true

It could improve build performance. If your project is bigger, you should split it into multiple modules.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Neeraj Sharma