Hello guys! I have an issue with our android (inst...
# android
j
Hello guys! I have an issue with our android (instrumentation) tests written in Kotlin. Our main codebase is in Java, and I have some unit and instrumentation tests in Kotlin. I can run the instrumentation tests in Android Studio (the test class is annotated and run by AndroidJUnit4 runner), but when I run the gradle task “assembleDebugAndroidTest" from terminal, it fails because it cannot find our main classes and packages (throws ”Unresolved Reference” error)