Problem solved. We are using `kluent` and `mockito...
# test
c
Problem solved. We are using
kluent
and
mockito kotlin
and apparently mockito kotlin buid hasn’t been updated for a while so it was exposing apis that shouldn’t be exposed: https://github.com/nhaarman/mockito-kotlin/blob/2.x/mockito-kotlin/build.gradle#L35
n
Hey! I just noticed this, is this something that needs to change in mockito-kotlin? What did you do to solve your problem?
c
I think we just updated Kotlin t the latest version and that fixed the problem. It might be related to compiler stuff.
Sorry I'm not able to give more information. I guess you are fine 🙂