Join Slack
Powered by
when i try to run an instrumentation test on api 1...
# android
s
skennedy
11/17/2017, 2:04 AM
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
yperess
11/17/2017, 3:23 PM
Can you post the code?
s
skennedy
11/17/2017, 7:12 PM
there isn't realy any code - i don't directly call anything in Intrinsics, it's a call to
checkNotNull
added by the compiler
Open in Slack
Previous
Next