PranavMaganti / compose-material-dialogs

A Material Dialog Builder for Jetpack Compose
Other
594 stars 78 forks source link

MaterialDialogScope.input is not in a package. #143

Closed LossyDragon closed 2 years ago

LossyDragon commented 2 years ago

Describe the bug

Using: 0.7.0

MaterialDialogScope.input() doesn't appear to be in a package. When importing it imports as import input

Example:

import com.vanpra.composematerialdialogs.MaterialDialog
import com.vanpra.composematerialdialogs.MaterialDialogState
import com.vanpra.composematerialdialogs.title
import input

To Reproduce Steps to reproduce the behaviour (including any applicable code):

Implement an input in a Material Dialog Look at imports

Expected behaviour

MaterialDialogScope.input() should be in a package to identify where its coming from.

import com.vanpra.composematerialdialogs.MaterialDialogState
import com.vanpra.composematerialdialogs.title
import com.vanpra.composematerialdialogs.input // Something like this

Screenshots N/A: Not a visual bug

Please complete the following information about your device: N/A: Not a visual bug

Additional context N/A