Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@bnorm bnorm released this 06 May 14:38
· 7 commits to master since this release

New

  • Support Kotlin 1.8.20 (#89).

Fixes

  • Correctly align in operator. (#96).

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

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.13.0")
  }
}