Unclaimed project
Are you a maintainer of gradle-versions-plugin? Claim this project to take control of your public changelog and roadmap.
Changelog
Gradle plugin to discover dependency updates
[!NOTE] Kotlin 1.x is no longer supported
This plugin now uses Kotlin 2.x for compatibility. Unfortunately Kotlin lacks the ability to target older versions for binary compatibility (as in Java's
--releaseoption) and Gradle does not fully isolate plugins from conflicting dependencies. Therefore, this plugin is incompatible for projects using the Kotlin 1.x gradle plugin due to hidden compiler injected byte code. Please use the previous release for Kotlin 1.x projects (#929).