The <docs for compose testing> mention using `debu...
# compose
e
The docs for compose testing mention using
debugImplementation
for the
ui-test-manifest
artifact. Why not
testDebugImplementation
?
j
In an app module entries from the test manifest are ignored so the normal workaround is to add them to the tested variant instead.
e
Ah, so in a library module it would be fine? I guess it is because it works 😅
j
Yep!