Hey everyone 👋 did ever occur to you that the gradle task
iosX64Test
hangs on loading ? No error is surfaced... 🤔
x
xxfast
06/03/2021, 6:12 AM
Mine failed to build, got a coroutines error - i bumped ktor to 1.6 and it worked fine after
r
rnett
06/03/2021, 6:51 AM
Sometimes the IDE won't show the error, but if you run a gradle task (i.e. assemble) via command line it will show. That or you have an infinite loop or similar in one of your tests.
f
Fabio Santo
06/04/2021, 6:59 AM
it was indeed related to runblockingTest, thanks guys