I have a working live project in kotlin with xml and MVP architecture followed.
I would like to update it to Compose UI with clean Architecture.
I knew that App with both xml and compose ui possible. I tried and implemented the same.
I want to know is it best practice to rewrite the product completely or change each modules one by one in compose ui, while releasing the app in store.
New contributor
riya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.