We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anko was an kotlin library that made android related kotlin work much easier in initial days but kotlin team has decided to deprecated it !
We are using Anko at some places like - readymade toasts, easier async tasks, etc.
Last year we have migrated most of the stuff to kotlin coroutines but still we have anko at few places.
For help you can follow Migration docs
The text was updated successfully, but these errors were encountered:
Needs more memory leak analysis and testing before we can proceed to merge it into master.
Sorry, something went wrong.
@avikumar15 you can use leak canary for this purpose !
dhruv1294
Successfully merging a pull request may close this issue.
Anko was an kotlin library that made android related kotlin work much easier in initial days but kotlin team has decided to deprecated it !
We are using Anko at some places like - readymade toasts, easier async tasks, etc.
Last year we have migrated most of the stuff to kotlin coroutines but still we have anko at few places.
For help you can follow Migration docs
The text was updated successfully, but these errors were encountered: