Download Latest Version v0.13.0 source code.tar.gz (197.5 kB)
Email in envelope

Get an email when there's a new version of kotlin-power-assert

Home / v0.12.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-04-09 685 Bytes
v0.12.1 source code.tar.gz 2023-04-09 191.1 kB
v0.12.1 source code.zip 2023-04-09 233.8 kB
Totals: 3 Items   425.6 kB 0

New * Support receivers of infix functions (#69).

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

Other * Run tests in parallel (#73) - @christophsturm. * Upgrade to Gradle 8 (#87) - @TWiStErRob. * Add Kotlinter for code styling (#86) - @christophsturm.

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")
  }
}
Source: README.md, updated 2023-04-09