JakeWharton / kotterknife

View "injection" library for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello,does it support Recyclerview?

fly7632785 opened this issue · comments

commented

hi,look at this
c44fd1b0-a237-4d63-a42e-b3dc2ce3867a
a85939fb-bc72-4fb9-8995-a2ebfb4787b7

Maybe ,it doesn't support RecyclerView or AppCompatActivity?

Change
var recy1er by bindView<RecyclerView>(R.id.recycler)
to
val recy1er by bindView<RecyclerView>(R.id.recycler)

The Type behind bindView is read only (ReadOnlyProperty<>) and does not have a set value method.

commented

@DrewCarlson That's right , tks!