https://kotlinlang.org logo
d

dave08

06/03/2021, 12:10 PM
In an android project, when using
_
for the gradle android plugin version, AS makes me insert
@Suppress("GradlePluginVersion")
and still shows it as red... how can I get rid of the warning?
j

jmfayard

06/03/2021, 12:50 PM
we will update the file
lint.xml
in the next release so that you don't have anything to do
👍 1
👍🏼 1
3 Views