drakeet / MultiType

Flexible multiple types for Android RecyclerView.
Apache License 2.0
5.76k stars 749 forks source link

com.drakeet.multitype.DelegateNotFoundException: Have you registered the java.lang.Integer type and its delegate or binder? #302

Closed shouzhong closed 3 years ago

shouzhong commented 4 years ago

kt写的代码 版本:4.2.0 注册代码:register(Int::class, xxx)

shouzhong commented 4 years ago

kt写的代码 版本:4.2.0 注册代码:register(Int::class, xxx)

java没这个问题

wyntonchin commented 4 years ago

kotlin中貌似Integer 和Int是俩东西

BugRui commented 4 years ago

我都是Integer::class

drakeet commented 3 years ago

下一版已支持,感谢反馈!