has anyone seen an issue with Kotlin/Scala interop...
# announcements
o
has anyone seen an issue with Kotlin/Scala interoperability, where Kotlin can’t seem to recognize templated classes? I’m seeing an issue in my Scala file where its throwing an error & saying
expecting Class[T], but got Class[Moment]
where
Moment
is just an Avro class