It's pretty good, yes. The only thing it misses is building instrumented test APKs for Android targets
jw
10/30/2024, 12:14 PM
For that you have to add
assembleAndroidTest
as well
d
Daniel Weidensdörfer
10/30/2024, 12:14 PM
Allright
j
jw
10/30/2024, 12:15 PM
Of course if you're running
connectedTest
to run the instrumented tests they'll obviously also get built, but it can help to assemble the instrumented test APKs earlier in CI before starting an emulator