As the 'kotlin-android-extensions' is deprecated, and I have some library updates pending that depend on this migration.
I have seen the migration guide, which suggests to manually do some changes for migration.
Now my Android application has 100+ uses of 'kotlinx.android.synthetic'. Is there any tool or script that can automatically do the migration? Or are they nuts?
Unfortunately, there is no script and tool that does it automatically. But to make the process easier, I can suggest a practical use. The article below will help.