If I have a plain old android app, is it "fine" to use compose multiplatform dependencies instead of androidx? My thinking is that it might be wise to test my app with compose multiplatform dependencies first, before I start really shifting things around in my project. (renaming source sets, etc)