I try to remove below plugin from Gradle :
apply plugin: 'kotlin-android-extensions'
But it doesn't sync and error:
A problem occurred evaluating project ':app'.
> No signature of method: build_43umlschc8aredhqs1z2ho67w.android() is applicable for argument types: (build_43umlschc8aredhqs1z2ho67w$_run_closure1) values: [build_43umlschc8aredhqs1z2ho67w$_run_closure1@786e3050]
Thanks for any help.