gradle: Switch epoxy to KSP
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -59,7 +59,7 @@ class InfoView : RelativeLayout {
|
||||
B = ViewInfoBinding.bind(view)
|
||||
}
|
||||
|
||||
@ModelProp
|
||||
@ModelProp(options = [ModelProp.Option.IgnoreRequireHashCode])
|
||||
fun badge(info: Map.Entry<String, String>) {
|
||||
B.txtTitle.text = info.key
|
||||
.replace("_", " ")
|
||||
|
||||
Reference in New Issue
Block a user