cursive
cursive copied to clipboard
`xml/element` can not be resolved
The clojure.data.xml lib from the official Clojure github repo uses a custom export-api function to define most of its public API, hence none of it is resolvable.
Resolving clojure.data.xml.impl/export-api as clojure.core/declare makes the resolution error go away, but it wouldn't provide source navigation/lookup and docstring access.
How can we achieve that?
deps.edn coordinates:
org.clojure/data.xml
{:mvn/version "0.2.0-alpha8"
:changelog "https://github.com/clojure/data.xml/blob/master/CHANGES.md"}