Hey guys, After updating to compose 1.0.0 and 1.0....
# gradle
f
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
Try running with
-i
(
./gradlew assembleDebug -i
). That'll give an idea of what the blocking task might be
🙏 1
f
thank you, will do!
m
Also try
org.gradle.jvmargs=-Xmx4g
in your
gradle.properties
to give more memory to the build