I'm a bit confused with `kotlin-android-extensions`, because with `eap-1017` I could use parent `bui...
a
I'm a bit confused with
kotlin-android-extensions
, because with
eap-1017
I could use parent
build.gradle
to declare the plugin dependency and the module
build.gradle
only required `apply plugin: 'kotlin-android-extensions'`(which was a great improvement IMO). Now after I updated to
eap-1025
, I get error messages again during compilation:
unresolved reference: kotlinx