~TypedArray? Why do you need it here. Probably you...
# android
g
TypedArray? Why do you need it here. Probably you want to use
IntArray
instead.
TypedArray is container for styled attributes Oh, I didn’t know ButterKnife actually supports injection of TypedArray @sylcn What is your problem? Kotlin version should look like:
Copy code
@BindArray(R.array.category_images)
lateinit var categoryImages: TypedArray