This repository was archived by the owner on Jun 3, 2025. It is now read-only.
v0.2.0
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"
}