2.5.0
What's Changed
- Add support for
rootProject
as a dependency by @burnoo in #233
Potential breaking change: If your root project contains code and dependencies, these will start being counted to the dependency graph which might fail(correctly) some of the asserting rules. Please comment on related issue #232 if this happens. Thank you! - Bump kotlin_version from 1.8.22 to 1.9.10 in #235
Full Changelog: 2.4.1...2.5.0
plugins {
id "com.jraska.module.graph.assertion" version "2.5.0"
}