Hi everyone, has anyone experienced issues with `...
# android
n
Hi everyone, has anyone experienced issues with
kotlin-android-extensions
while using them in an Android custom view classes? My view variables are imported as a View instead of specific view type. I also have AS warning:
Widget has unresolved type CustomView, and thus it was upcasted to android.view.View
p.s. Android Studio has
Cannot find declaration to go to
for my custom view in layout file and it seems that this is a cause of the
kotlin-android-extensions
problem.