I have an existing app, which is all XML layout. We have a new upgrade in the pipeline, whereby we'll be shifting from a portrait only, to landscape on tablet devices only. Seems like a great opportunity to implement Compose. Can the existing Activity still be used, even thou some screen will now be Compose and not XML generated? What is the best practice to "phase-in" Compose?