Feature module
The login feature module includes all the presentation logic required to display the login screen. If you need to include this module, add it to your build.gradle:
implementation ("com.poqstudio:account.login:$VERSION_NAME")Login content
Login content architecture
LoginActivityis the entry point to the login screens.LoginFragmentis the main fragment for the login screen.LoginFragmentDelegateis the fragment delegate for the login screen.LoginViewModelis the ViewModel used by Login screen.