Automattic / Automattic/pocket-casts-android
Remove deprecation suppress annotations
Open
[Type] Tech Debt
Migrated
- Dominant language
- Kotlin
- Stars
- 2.8k
- Forks
- 308
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 143
Description
The code contains many annotations for suppressing deprecation. `@Suppress("DEPRECATION")` It would be good to fix these issues.
Contributor guide
Research direction
Search the repository for `@Suppress("DEPRECATION")` and inspect each deprecated API it hides. Run the relevant Android build or tests after replacing the annotations and addressing the underlying deprecations; done means the suppress annotations and reported deprecation warnings are removed without breaking the project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100