Jetpack Compose Slow build performance

Viewed 1302

I have been during the last couple of months playing and building a full app in compose. My project has grow, and now with Kodein and other libraries that work already with compose I'm starting to realize how slow sometimes the IDE build the app just to show a simple preview. It was great on a new project to change code, compile in 3-5s and see the result.

But now, it's taking between 30-60s even if the change in the code was minimal.

Is there any way presently to improve the building speed performance for the previews and compose projects?

0 Answers
Related