I have a gradle.properties file in the project of Android Studio. I put a few lines inside the file_:
org.gradle.daemon=true
org.gradle.parallel=true
If I put the mouse over those properties, a mesagge appears saying:
Unused property. This inspection reports all properties not referenced outside of the properties file.
Someone know how to enable this properties? Thanks