jetpack_compose_country_code_picker_emoji
jetpack_compose_country_code_picker_emoji copied to clipboard
Support material3.
Migrate to Material 3 to support dynamic colors.
Given that we do not want to drop support for m2, I think the best way to do this would be to create :ccp-data and :ccp-m3 modules. Then move the data and core utils (e.g. formatting/validation) into the data module and recreate the UI for m3 in that module. We can publish both so that users can choose whichever they want. wdyt?