konform-kt / konform

Portable validations for Kotlin
https://www.konform.io
MIT License
651 stars 39 forks source link

Added missing '-jvm' to artifactId #30

Closed andrewliles closed 2 years ago

andrewliles commented 2 years ago

Adding the dependency io.konform:konform:0.3.0 to a JVM project does not produce and error, but the implementation is not pulled in so it does not work. It took me quite a while to spot the tiny documentation error.

nlochschmidt commented 2 years ago

Thanks