I have a type mismatch where I’m returning a `Clas...
# announcements
m
I have a type mismatch where I’m returning a
ClassifierCompositeItemWriter<Pair<X,Y?>>
, but it’s expecting
C...Writer<Pair<X,Y?>!>!
(kotlin file, lots of java interop.) How do I satisfy the compiler?