2.7.0
What's Changed
- Bump kotlin_version to 2.0.20 in #275
- Gradle 8.10 in #274
- Update docs in #268
- Remove unnecessary
DependencyMatcher
in #269.
The Interface was public by accident, however the risk of a breaking change is considered low.
⚠️ This version has behavioral change - if you are updating to latest version, use version 2.7.1
- Fix loading projects and subprojects by @jokoolle-183 in #272
- The
--no-configure-on-demand
needs to be added in several cases if you use configuration on demand. - This change is significant and fixes essential problem for projects with custom or delayed loading of dependencies, however might be breaking for many people - solving this tracked in #278.
New Contributors
- @jokoolle-183 made their first contribution in #272 👏
Full Changelog: 2.6.0...2.7.0
plugins {
id "com.jraska.module.graph.assertion" version "2.7.0"
}