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

v0.5.2

Compare
Choose a tag to compare
@bnorm bnorm released this 25 Sep 23:29
· 109 commits to master since this release

Bug Fixes:

  • Skip transformation if entire expression is constant (true or false).
  • 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"
}