Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

v0.2.0

Choose a tag to compare

@bnorm bnorm released this 13 Feb 04:30
· 152 commits to master since this release

Feature enhancements:

  • Support configuring of which functions are transformed (eg, assert, require,
    check, assertTrue). This works for any function which takes a Boolean and a
    String.
  • Support Boolean expressions which are split onto multiple lines.
plugins {
  id "com.bnorm.power.kotlin-power-assert" version "0.2.0"
}