hi! currently I'm working on a spring boot project...
# server
d
hi! currently I'm working on a spring boot project written in kotlin, and I'm trying to make mockito work (building mock mvc with mocked services, then call endpoints, etc). I would like to try the opt-in mockito mock-maker-inline feature but as soon as I create this file, I get a NoClassDefFoundError for mockito. The same thing works properly in Java. Anyone came across this?