Is there a way Kotlin Gradle DSL notifies about ne...
# gradle
g
Is there a way Kotlin Gradle DSL notifies about new available packages )(in Android Studio)? I miss this from the normal gradle
m
I'm manually running this from time to time
you need to run it manually, but in many ways it is better than Android's lint reporting
r
It does it for me in IntelliJ, but only if you’re not using variables for the version.
s
The mentioned plugin is great. It's more reliable and it even checks if there is a new Gradle version available.
👍 1
g
Thanks for sharing, I wil look into this later! Bookmarked the page for now
e
It works in the latest canary (except this is not what you mean)