It seems like `registerInstanceFactory` is no long...
# mockk
p
It seems like
registerInstanceFactory
is no longer working for
value
classes. I have a value class that contains some validation in the
init{}
block that’s failing when using the new
any()
support for value classes.
s
Wow, I’m having the same issue. Did you ever find a solution?