Closed christophsturm closed 1 year ago
This is expected, because the latest version is coupled with Kotlin 1.7: https://github.com/bnorm/kotlin-power-assert/releases/tag/v0.12.0
See also https://github.com/bnorm/kotlin-power-assert#compatibility Sadly, in Kotlin compiler plugin world "compatibility" means it works with this version only, unlike other dependencies where there's some level of forward compatibility.
This is expected, because the latest version is coupled with Kotlin 1.7: https://github.com/bnorm/kotlin-power-assert/releases/tag/v0.12.0
See also https://github.com/bnorm/kotlin-power-assert#compatibility Sadly, in Kotlin compiler plugin world "compatibility" means it works with this version only, unlike other dependencies where there's some level of forward compatibility.
for me the latest released version works with kotlin 1.8.10 but not with 1.8.20.
The compatibility table in the README assumes compatibility with unlisted and newer versions of Kotlin. So by listing 1.7.0 | 0.12.0
, it can be inferred that newer versions of Kotlin are also supported (minus beta and RC releases). Maybe I should add a +
and/or range to the README to make that more clear?
@bnorm can you release a version that is compatible to 1.8.2x?
Just released version 0.13.0
!
I just bumped my project to kotlin 1.8.20-RC and it seems power assert does not yet work with it. here is the stacktrace: