Avinag
Avinag
The java docs are saying that `compile` dependency is deprecated in gradle 7.0 and It was supressed by `implementation` dependency. If the `compile` dependency is used the it is arising...
I'm getting ```bash `ImportError: cannot import name 'ugettext' from 'django.utils.translation' (C:\realtime-projects\python-django\.venv\Lib\site-packages\django\utils\translation\__init__.py). Did you mean: 'gettext'?` ``` To suppress that i've imported below libraries in settings. ```bash import django from django.utils.translation...
### Prerequisites - [x] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue). - [x] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [x] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...