Summary
Add Compose-friendly APIs to make Phrase work seamlessly with Jetpack Compose.
Currently Phrase only supports traditional View-based TextView.setText(). Consider adding Compose extensions like String.phrase() or @Composable stringResourceWithPhrase(@ResId id: Int) for modern Android UI
development.