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