Background: This syntax breaks dependency-scanning tool 'Renovate Bot', not recognizing the dependency anymore.
s
Saharath Kleips
11/13/2020, 9:02 PM
Our projects list it as:
Copy code
kotlin("jvm") version "1.4.10"
And renovate picks it up fine. Would this work for you?
j
jbnizet
11/13/2020, 11:19 PM
@Draget to answer your question: yes, it’s just a shortcut.
d
Draget
11/13/2020, 11:27 PM
Interestingly renovate would ignore this Syntax @Saharath Kleips, we had 1.3.71 and if did not update. The moment we changed it to the id(...), it worked.