Hey everyone :wave: did ever occur to you that the...
# multiplatform
f
Hey everyone 👋 did ever occur to you that the gradle task
iosX64Test
hangs on loading ? No error is surfaced... 🤔
x
Mine failed to build, got a coroutines error - i bumped ktor to 1.6 and it worked fine after
r
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
it was indeed related to runblockingTest, thanks guys