is there a way to get the kotlin android extension...
# android
d
is there a way to get the kotlin android extensions (kotlinx.android.synthetic..) to correctly identify a view type that is included with a
<layout android:id=”@+id/foo">
tag? it seems that by default
.foo
is only recognized as type
View