The goal of this PR is to get access to the exact original declaration of dependency. Currently com.google.guava:guava:${version} would be visible from lint rules as com.google.guava:guava:$version missing braces complicates things when more complex expression is used. After this change braces will be preserved.
Coverage increased (+0.02%) to 76.816% when pulling 09919fdb6fbf04928332c060964dcf4507d4d18e on chali:HandleGStringExpressions into 6eda9cd91d36b9b65397d70433bcb268ae943af5 on nebula-plugins:master.
The goal of this PR is to get access to the exact original declaration of dependency. Currently
com.google.guava:guava:${version}
would be visible from lint rules ascom.google.guava:guava:$version
missing braces complicates things when more complex expression is used. After this change braces will be preserved.