This repository was archived by the owner on Jun 3, 2025. It is now read-only.
v0.5.2
Bug Fixes:
- Skip transformation if entire expression is constant (
true
orfalse
). - Fix inlining of lambda parameter to transformed function call on Kotlin/JS and Kotlin/Native.
plugins {
id "com.bnorm.power.kotlin-power-assert" version "0.5.2"
}