konform-kt / konform

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

Upgrade to Kotlin 1.6 #41

Closed nlochschmidt closed 2 years ago

nlochschmidt commented 2 years ago

I decided to make konform backwards compatible until Kotlin 1.4 and to stop having the stdlib as a transitive dependency.

This means that someone using Kotlin 1.4 should be able to use Konform without getting the Kotlin Stdlib version 1.6 forced upon them.

Related to https://github.com/konform-kt/konform/issues/32#issuecomment-1143194843

nlochschmidt commented 2 years ago

@jillesvangurp this is now released as part of version 0.4

jillesvangurp commented 2 years ago

Amazing, thank you.