I just tried integrating Arrow Analysis for the fi...
# arrow
d
I just tried integrating Arrow Analysis for the first time in our project. The compiler fails on:
Type alias SomeAlias should have a descriptor
...where
SomeAlias
is any Kotlin typealias that has a generic parameter (of several that we have in our project). Is Arrow known to not support generic type-aliases? Is there an annotation to suppress analysis for such types?
a
this seems like a bug, in theory type aliases are supported 😕