I have a gradle.properties file in an Android Studio project. I have nested a few lines inside the _ file:
org.gradle.daemon=true org.gradle.parallel=true
If I mouse over these properties, a mesagge will appear saying:
Unused property. This check reports all properties that are not specified outside the properties file.
Does anyone know how to enable these properties? Thanks
android android gradle
Faustino Gagneten Sep 30 '16 at 11:55 2016-09-30 11:55
source share