Trying to write androidInstrumentationTests for CM...
# multiplatform
f
Trying to write androidInstrumentationTests for CMP app and am getting this error when running? Is this a common error?
Copy code
java.lang.NoClassDefFoundError: Failed resolution of: Lkotlin/jvm/internal/Intrinsics;
	at androidx.test.platform.app.AppComponentFactoryRegistry.instantiateApplication(AppComponentFactoryRegistry.kt)
	at androidx.test.runner.MonitoringInstrumentation.newApplication(MonitoringInstrumentation.java:151)