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

v0.12.1

Choose a tag to compare

@bnorm bnorm released this 09 Apr 00:34
· 12 commits to master since this release

New

  • Support receivers of infix functions (#69).

Fixes

  • Ignore implicit varargs array (#84).
  • Ignore body of object literals (#85).

Other

plugins {
  id("com.bnorm.power.kotlin-power-assert") version "0.12.1"
}

NOTE

For those that use classpath dependencies to configure plugins, the coordinates of this release dropped the gradle.plugin suffix:

buildscript {
  dependencies {
    classpath("com.bnorm.power:kotlin-power-assert-gradle:0.12.1")
  }
}