Is there an existing issue for this?
Is there a StackOverflow question about this issue?
Is this an issue related to one of the samples?
Sample app
Jetchat
What happened?
'Profile.kt' and 'Conversation.kt' in Jetchat import and use 'androidx.compose.material3.Divider', which has been deprecated since Material3 1.2.0 in favor of 'HorizontalDivider'.
Expected behavior: The sample should use 'HorizontalDivider' instead of the deprecated 'Divider'. As an official Google sample referenced by developers worldwide, using deprecated APIs leads to developers copying outdated patterns into their own projects.
Relevant logcat output
Code of Conduct
Is there an existing issue for this?
Is there a StackOverflow question about this issue?
Is this an issue related to one of the samples?
Sample app
Jetchat
What happened?
'Profile.kt' and 'Conversation.kt' in Jetchat import and use 'androidx.compose.material3.Divider', which has been deprecated since Material3 1.2.0 in favor of 'HorizontalDivider'.
Expected behavior: The sample should use 'HorizontalDivider' instead of the deprecated 'Divider'. As an official Google sample referenced by developers worldwide, using deprecated APIs leads to developers copying outdated patterns into their own projects.
Relevant logcat output
Code of Conduct