Skip to content

2.5.0

Compare
Choose a tag to compare
@jraska jraska released this 03 Sep 17:46
· 38 commits to master since this release
e5cc1fd

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"
}