I'm trying to understand why can't we have hot reloads with jetpack compose and kotlin. I understand flutter sends the code and rebuilds the widget tree but why can't we achieve similar with jetpack compose?
If I had to make a third party tool to enable hot reloads, how would I proceed to make it? Is it possible?