Using android studio AGP 7.0, Java 11 and minifyEnabled=true
following is my method
private void init(){
}
after compile this becomes public final init() due to which I am getting run time crash saying LinkageError how come access specifier is getting change after compile?