Closed hollyroberts closed 4 years ago
This seems to be an issue with the gradle-versions-plugin when resolving any Kotlin MPP dependency.
https://github.com/ben-manes/gradle-versions-plugin/issues/334
If you know of a change I could make that would help, I'd be happy to implement it, but it looks like they're going to have to fix it on their end.
I've been using gradle to manage my dependencies and https://github.com/ben-manes/gradle-versions-plugin to check for new versions. This works fine for all the other libraries I have, but has issues with Clikt. The output it provides without the stacktrace using
--info
is:Obviously this could be an issue with the plugin, but it seems more likely to be down to how Clikt is configured.