Resolve "Make property-based tests multiplatform"
Closes #44 (closed)
- Change build.gradle.kts to compile and run property-based tests in multiplatform
- Move all property-based tests from jvmTest/ to commonTest/
- Use kotest for all units tests
- Remove kotlin.test dependencies from build.gradle.kts