I've just upgraded our project Android Gradle Plugin from
7.4.2
to
8.1.1
and android tests run significantly slower. I can't really pinpoint to Gradle issue, as we've raise Kotlin and Compose versions to latest one too (Compose 1.5 and Kotlin 1.9). Anyone experienced same problems?
w
wasyl
08/24/2023, 8:16 AM
Do you mean tests themselves or the startup?
k
K Merle
08/24/2023, 8:16 AM
From what I can tell, each module is being compiled and ran sequentially, even when they do not have tests. I can't say this was the case before: