I'm trying out Android Studio 2022.1.1 RC3 and it ...
# multiplatform
c
I'm trying out Android Studio 2022.1.1 RC3 and it seems like the KMM plugin 0.5.1 isn't able to start iOS tests from within the IDE. I only get this in the logs:
Copy code
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':shared-br-network:iosSimulatorArm64Test'.
> No value present
If I open the project in 2021.3 everything works as expected, also when I use
./gradlew :shared-network:iosSimulatorArm64Test
Did somebody experience the same and has a solution?