I'm new to Android Studio..whenever I run my project it takes around 14 mins for gradle build..I've check for solutions to improve build speed as mentioned in here
My gradle.properties file:
## Project-wide Gradle settings.
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.configureondemand=true
but the problem is still the same and each of these lines are dim in color just like they were comment lines code. when the mouse is hovered on top there a message which says "Unused Property. This inspection reports all properties not referenced from outside of the properties file"
how can I fix this? Thanks