Kotlin 2.x includes power assert. https://kotlinlang.org/docs/power-assert.html It would be nice if I could use `assertk` APIs, but get power-assert style error messages when the power assert plugin is applied. Seems like this might support this sort of thing: https://kotlinlang.org/docs/power-assert.html#beyond-assert-function