@IvanPizhenko
Now just want to see if semaphore passes.
It was compilation issues. To prevent such an issue you can use 2 ways (for both way you have to have at least 1 connected device - an emulator or a real device):
- Use Android Studio to just print tests names(Print all tests)

If that task passes there are no compilation issues
- Use the following command
./gradlew clean :FlowCrypt:connectedDevTestDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.log=true. If the task fails you will see compilation errors like this

Originally posted by @DenBond7 in #1102 (comment)