A Plugin for Android Studio to help with migrating from synthetic properties to ViewBinding.
- Download *.jar from latest release.
- In Android Studio: Preferences > Plugins > Install Plugin from Disk.
- Invoke the Rename Variabbles for ViewBinding action inside of any Kotlin file.
- The kotlin synthetic import statements should still be present before using.
- Usage inside files that are already using ViewBinding is possible, but pointless.