You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
class Sample {
val textView = something.bindView<TextView>(R.id.foo)
}
That view method returns an object of type ReadOnlyProperty and not an object of type TextView. I can use the getValue method but which is the value for the parameter property: KProperty<*>?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice to be able to do something like this:
The view binding extension methods would be on
KotterKnifeTarget
. This way we could use KotterKnife with Renderers or anywhere else.The text was updated successfully, but these errors were encountered: