Hey guys,
After updating to compose 1.0.0 and 1.0.1 later on, I can't assemble an apk release, Gradle takes forever, longest running task was 8hs and it ran out of memory
7.0.0 ag plugin, anyone suffering from the same issue?
m
mbonnin
08/07/2021, 2:22 PM
Try running with
-i
(
./gradlew assembleDebug -i
). That'll give an idea of what the blocking task might be