https://kotlinlang.org logo
Title
r

Rob

07/03/2021, 10:14 PM
Has anyone here seen differences in performance between build debug and release build variants. I've seen it where debug builds perform navigation with nav component instantly but release builds (R8 enabled) take a very noticeable second. I don't know if this is Compose or NavComponent related.
And I think I've seen it be faster using an R8 enabled build and slower with a debug build before which I thought was just optimizations kicking in.
j

Jorge Castillo

07/04/2021, 6:30 AM
Afaik this is a known thing by the Compose team
r

Rob

07/04/2021, 5:07 PM
If the performance is fast and I quit and relaunch the app, it will be slow again. 😞
This is so odd.