Hey guys, I'm having problems running KMM shared l...
# multiplatform
k
Hey guys, I'm having problems running KMM shared library iOS unit tests from Android Studio. I'm always getting:
Copy code
Execution failed for task ':shared:iosSimulatorArm64Test'.
...
Caused by: java.util.NoSuchElementException: No value present
and it says 'Test events were not received' in the UI. The same task
./gradlew :shared:iosSimulatorArm64Test
runs without problems from terminal. Any ideas?
k
KTIJ-20110 Can't run K/N tests via IDE with gradle 7.3-rc1 and android gradle plugin applied to project.
👍 1