Is there already a kotlin dependency update bot ou...
# random
r
Is there already a kotlin dependency update bot out there which works for github?
t
r
It does not mention Kotlin but maybe it works nonetheless. Have you tried it out?
t
works for me, though it does not support Gradle kotlin script and having dependencies in
buildSrc/
r
cool, and thanks 🙂
g
I saw an issue on this issue tracker, they (with help of Gradle people) work on a proper Gradle support. Now it's very naive implementation, they just parse build.gradle files, and know nothing about real dependencies of your project and how they resolved, transitive resolution etc. They actually will run project and resolve dependencies graph using tooling API. But for now it's pretty useless imo
r
I tried it out, so far it worked in most cases. It only had some issues with a dependency to detekt, it figured out that RC9.2 is newer than RC14
t
Open an issue here: https://github.com/dependabot/feedback/issues I had the similar problem with version names that has
eap
in it and they fixed it.
r
Good idea