when i try to run an instrumentation test on api 1...
# android
s
when i try to run an instrumentation test on api 19, i get
java.lang.NoClassDefFoundError: kotlin.jvm.internal.Intrinsics
. it works fine on 22
y
Can you post the code?
s
there isn't realy any code - i don't directly call anything in Intrinsics, it's a call to
checkNotNull
added by the compiler