I.m using a mockk library in kotlin, and in tests, I have the following exception:
java.lang.RuntimeException: Method getStackTraceString in android.util.Log not mocked. See http://g.co/androidstudio/not-mocked for details.
I can't find a solution for that.