Hello. I had some (junit5/mannordemaus) tests in `...
# multiplatform
m
Hello. I had some (junit5/mannordemaus) tests in
shared/androidTest
and they worked just fine. I then introduced jetpack compose to my project, which means AS Canary, which means that I had to add the workaround for this: https://youtrack.jetbrains.com/issue/KT-43944 Now my
androidTest
don't run and report "No tasks available". (btw tests in
iosTest
work fine). Any ideas what might be wrong?