Robert Munro
01/04/2023, 8:04 PMandroidTest - but when intellij tries to run my junit tests in androidTest source folder - it tries to run them on the emulator - is that normal? I thought multiplatform instrumentation tests should be in androidAndoidTestephemient
01/04/2023, 8:06 PMephemient
01/04/2023, 8:07 PMandroidTest directories are included in the androidInstrumentedTest source setephemient
01/04/2023, 8:08 PMRobert Munro
01/04/2023, 8:09 PMephemient
01/04/2023, 8:11 PMRobert Munro
01/04/2023, 8:11 PMephemient
01/04/2023, 8:12 PMephemient
01/04/2023, 8:14 PMsrc/androidTest/kotlin, not src/androidTest/java right? Kotlin files will be compiled even in the latter directory, but the two get different treatment)Robert Munro
01/04/2023, 8:16 PMRobert Munro
01/04/2023, 8:17 PMephemient
01/04/2023, 8:17 PM