<@U0B85AN68> do you know if there is a way to extr...
# arrow
r
@Eugenio do you know if there is a way to extract args from annotations in kapt? I'm building support for a new annotation in KAtegory
@deriving
and I need to access it's args inside the FileProcessor:
Copy code
@higherkind
@deriving(Functor::class)
sealed class Option<out A> : OptionKind<A>