unused properties in gradle.properties
Hi,
all properties in gradle.properties are reported as 'unused property' but they are used in build.gradle. Example:
springBootVersion = 1.2.2.RELEASE
in gradle.properties and
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
in build.gradle.
Is there a way to improve the inspection?
Best Regards,
Torsten
Please sign in to leave a comment.
The issue is already 2 years old and the bug is still there. Annoying!
Im having the same issue here. Also, the properties defined in the "build.properties" is showing "Cannot resolve symbol xxx" in build.gradle, which is inconvenient and noisy in the editor.
Hello,
Please follow this issue on YouTrack: https://youtrack.jetbrains.com/issue/IDEA-146200