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
According to previous answers we can summary them.
both are null safe but sometimes they may suffer from NPE like with KAE when use view after view is destroyed also with viewBinding may occur when access view before inflating or after lifecycle is over.
draw
viewBinding win here, but if your project is pure Kotlin so this feature valueless