did you create a kotlin wrapper for this object di...
# strikt
c
did you create a kotlin wrapper for this object diff lib?
s
not sure if this was for me?
c
no, but did you? i thought maybe robfletcher has one if he uses it at work
r
No, we’re using it directly (from Kotlin code)
What are you thinking such a wrapper would add?
c
not sure, i just skimmed over the docs and it seems to have a visitor based api, maybe that could be simplified with a lambda based api?
r
Right. That’s probably true. I haven’t had to do anything too deep with it. We’re finding it pretty successful out of the box. We’re using it to diff desired and actual states of cloud resources, and record details of user updates to that desired state.