Ok, I found a way it works, by adding both `apply ...
# eap
a
Ok, I found a way it works, by adding both
apply plugin: 'kotlin-android-extensions'
and plugin dependency declaration to the module
build.gradle
. Hope this is a regression, or that I'm doing something wrong. I really loved how it worked in
eap-1017
😞