Open
Bug 1952578
Opened 16 days ago
Updated 3 days ago
[meta] Use Kotlin extension functions where applicable
Categories
(Fenix :: General, task)
Tracking
(Not tracked)
NEW
People
(Reporter: RyanVM, Unassigned)
References
Details
(Keywords: meta)
The recent AGP 8.9.0 release added a new UseKtx
lint which checks for KTX usage where applicable. There are a significant number of instances in our codebase which will require changes in order to satisfy this check. As a result, it has been disabled for now so we can attack these more systematically. Filing this bug as meta for tracking the effort.
https://googlesamples.github.io/android-custom-lint-rules/checks/UseKtx.md.html
You need to log in
before you can comment on or make changes to this bug.
Description
•