Closed haroldadmin closed 4 years ago
hi @haroldadmin any reason for not using kotlin synthetics?
Yes. Kotlin Synthetics don't deal with view nullability in different configurations. They also don't work well for multi-module projects.
thanks for the info. would love to work on view bidings to know more. @haroldadmin Can I work on this issue?
Sure. Assigning it to you.
Thanks @haroldadmin raised the PR Please check.
WhatTheStack started as a small project to only display very basic information on a crash.
findViewById
sufficed for this purpose.However, the complexity of the error screen has increased since then, and is going to continue in that direction. Therefore it makes sense to now refactor the project to migrate to ViewBinding instead.
Tasks: