Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-05-06 | 478 Bytes | |
v0.13.0 source code.tar.gz | 2023-05-06 | 197.5 kB | |
v0.13.0 source code.zip | 2023-05-06 | 241.2 kB | |
Totals: 3 Items | 439.2 kB | 0 |
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")
}
}