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
Alejandro Serrano Mena
08/11/2022, 6:20 AM
this seems like a bug, in theory type aliases are supported 😕