-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
remove: anko #181
base: dalal-street-21
Are you sure you want to change the base?
remove: anko #181
Conversation
import org.pragyan.dalal18.utils.Constants | ||
import org.pragyan.dalal18.utils.MiscellaneousUtils | ||
import org.pragyan.dalal18.utils.viewLifecycle | ||
import org.pragyan.dalal18.utils.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the wild card imports.
import org.pragyan.dalal18.utils.* | |
import org.pragyan.dalal18.utils.ConnectionUtils | |
import org.pragyan.dalal18.utils.Constants | |
import org.pragyan.dalal18.utils.MiscellaneousUtils | |
import org.pragyan.dalal18.utils.viewLifecycle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File > Settings > Editor > Java > General > Class count to use import with '*'
import org.jetbrains.anko.longToast | ||
import org.jetbrains.anko.toast | ||
import org.jetbrains.anko.uiThread | ||
import kotlinx.coroutines.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
import kotlinx.coroutines.* | |
import kotlinx.coroutines.Dispatchers | |
import kotlinx.coroutines.launch | |
import kotlinx.coroutines.withContext |
@@ -48,11 +42,8 @@ import org.pragyan.dalal18.data.CustomOrderUpdate | |||
import org.pragyan.dalal18.data.DalalViewModel | |||
import org.pragyan.dalal18.data.Order | |||
import org.pragyan.dalal18.databinding.FragmentMyOrdersBinding | |||
import org.pragyan.dalal18.utils.ConnectionUtils | |||
import org.pragyan.dalal18.utils.Constants | |||
import org.pragyan.dalal18.utils.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
No description provided.