NOTE: This project has been migrated to Kotlin Mutliplatform, and the artifact id uploaded to Maven central has been changed to hooks2
Please see the wiki for migration notes
- fix: #29
- deprecated hooks are marked as private,
- upgrade kotlin to 2.1.0
- Some set function property types changed from
StateValueFn<T>
toStateValueFn<Either<T, (T) -> T>>