`Class.forName("kotlin.reflect.jvm.internal.Reflec...
# reflect
g
Class.forName("kotlin.reflect.jvm.internal.ReflectionFactoryImpl")
is throwing
java.lang.VerifyError: Bad type on operand stack
, anyone know how to solve this?
c
Are you using
1.2.60
g
Solved, was using a old version of mockito-kotlin (which was depending upon reflection). On mockito-kotlin2, it works.
👍 1
1.2.61