Jetpack Compose Not Stable Yet
/ 1 min read
Jetpack Compose is not yet stable. I could not just make it work in an existing project. There seems to be a conflict between viewBinding and compose.
buildFeatures { viewBinding = true compose = true}Android’s official documentation is not much of a help either.