⏰ If you're still using synthetics, now is the time to migrate away from them in your projects! ✴ The Android Kotlin Extensions Gradle plugin will be removed in Kotlin 1.8 at the end of 2022. ✴ Read more about what this means and how to migrate ↓ bit.ly/3rYOWHA
@AndroidDev Kotlin synthetics caused most of the null pointer exception in my code. I have already moved to viewbinding.
@AndroidDev Goodbye ktx synthetics and Viewbinding, hello Compose
@AndroidDev Do you know if Kotlin is going to provide some automatic code migration to replace all the synthetics usages with `findViewById`? No way big projects with hundreds of thousands of lines of code will be able to migrate all their views to ViewBinding in a reasonable amount of time.
@AndroidDev Goodbye kotlinx synthetics... hello view binding