I know we can use composeView to have compose code in the legacy code, but is there any way to use Jetpack Compose Dialog inside java code (especially in a fragment)?
I saw this post Possible to use/layout a compose view in and Activity written in Java? but this is not answer of this question.
I want to show a Jetpack Compose Dialog inside onActivityResult of a fragement in java code!