Has anyone else noticed their test gradle tasks fa...
# gradle
c
Has anyone else noticed their test gradle tasks fail to run when migrating from AGP
7.1.0-alpha01
to
7.1.0-alpha02
? Getting a
java.nio.file.NoSuchFileException
from this task
:app:transformProdReleaseUnitTestClassesWithAsm
(part of
:app:test
)