Impact to ButterKnife from "Resource IDs will be non-final in Android Gradle Plugin version 5.0, avoid using them as annotation attributes"

This still has no answer. But I suppose there is no option but to replace ButterKnife with an alternative, most probably View Binding.

As it states in this article, View Binding Tutorial for Android: Getting Started:

Additionally, ButterKnife’s development is coming to an end. Jake Wharton, the creator of this library, is deprecating it in favour of View Binding.

From the ButterKnife GitHub page:

Attention: This tool is now deprecated. Please switch to view binding. Existing versions will continue to work, obviously, but only critical bug fixes for integration with AGP will be considered. Feature development and general bug fixes have stopped.


As suggested by Jake Wharton, you can apply the butterknife-plugin and use R2 instead of R to access resource ids.