Kotlin Test Framework providing property-based testing support for JVM applications.
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-property-jvm</artifactId>
<version>6.1.11</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs a property-based test checking that adding zero to an integer returns the same integer.
Upgrade Kotlin to 1.9 or later when using Kotest 6.x.
No dependency data recorded yet.