This is what I have now: ``` val derivingAnnotati...
# arrow
r
This is what I have now:
Copy code
val derivingAnnotation =
                element.annotationMirrors.flatMap { m ->
                    m.elementValues.entries.filter {
                        it.key.simpleName.toString() == "typeclasses"
                    }.map {
                        it.value
                    }
                }