Try a release build. There are a lot of optimizations that take place. Another shortcut is to possibly try debuggable = false and that speeds most things up for me in debug builds.
There are a bunch of threads on this and the overall reason why seems to be that the entire view system is already precompiled in view-land, but the same is not true in compose-land and so you won't have great speeds in debug builds because of that.