Join Slack
Powered by
Is there a way Kotlin Gradle DSL notifies about ne...
# gradle
g
Geert
06/12/2019, 12:08 PM
Is there a way Kotlin Gradle DSL notifies about new available packages )(in Android Studio)? I miss this from the normal gradle
m
Matej Drobnič
06/12/2019, 12:25 PM
I'm manually running this from time to time
Matej Drobnič
06/12/2019, 12:25 PM
https://github.com/ben-manes/gradle-versions-plugin
Matej Drobnič
06/12/2019, 12:26 PM
you need to run it manually, but in many ways it is better than Android's lint reporting
r
ribesg
06/12/2019, 12:28 PM
It does it for me in IntelliJ, but only if you’re not using variables for the version.
s
Simon Schubert
06/12/2019, 1:12 PM
The mentioned plugin is great. It's more reliable and it even checks if there is a new Gradle version available.
👍 1
g
Geert
06/12/2019, 7:44 PM
Thanks for sharing, I wil look into this later! Bookmarked the page for now
e
efemoney
06/13/2019, 6:24 AM
It works in the latest canary (except this is not what you mean)
2
Views
Open in Slack
Previous
Next