How does the new ViewBinding compare with the Kotlin Android Extensions with synthetic views bindings?
Apart form the NullSafety and TypeSafety provided by new ViewB
Kotlin Android Extensions will be deprecated with Kotlin 1.4.20 so I would recommend to use ViewBinding.
https://proandroiddev.com/migrating-the-deprecated-kotlin-android-extensions-compiler-plugin-to-viewbinding-d234c691dec7