Vaibhav Jaiswal
09/28/2024, 10:56 AMandroidUnitTest
source set
But I am not able to run test from the run icon beside test function in Android Studio as well as from the Kotest IntelliJ plugin
I get this EngineException
Anyone knows how to solve this?Kirill Zhukov
09/28/2024, 11:01 AMKirill Zhukov
09/28/2024, 11:04 AMVaibhav Jaiswal
09/28/2024, 11:18 AMVaibhav Jaiswal
09/28/2024, 11:37 AMVaibhav Jaiswal
09/28/2024, 11:38 AMKirill Zhukov
09/28/2024, 11:38 AMKirill Zhukov
09/28/2024, 11:41 AMcommonTest
. Our main targets are Android and iOS, but we also have setup to make our code compile for JVM so that we can run tests locally easier and quicker in JVM.Kirill Zhukov
09/28/2024, 11:42 AMcommonTest
and platform specific tests on all targetsKirill Zhukov
09/28/2024, 11:43 AMVaibhav Jaiswal
09/28/2024, 11:43 AMandroidUnitTest
a drawback, I dont want to add another target
and unfortunately cannot move to commonTest as MockK does not supportKirill Zhukov
09/28/2024, 11:43 AMVaibhav Jaiswal
09/28/2024, 11:44 AMKirill Zhukov
09/28/2024, 11:46 AMIs keeping tests inI'd say it's better to keep as much common code as possible - if you can't then it might be a sign that you depend too much on some platform specific lib/codea drawbackandroidUnitTest
Vaibhav Jaiswal
09/28/2024, 11:48 AMKirill Zhukov
09/28/2024, 11:48 AMcommonTest
?Kirill Zhukov
09/28/2024, 11:49 AMVaibhav Jaiswal
09/28/2024, 11:50 AMVaibhav Jaiswal
09/28/2024, 11:50 AMKirill Zhukov
09/28/2024, 11:52 AMVaibhav Jaiswal
09/28/2024, 11:52 AM