Brian Nicholson
04/28/2021, 8:05 PMbuild.gradle.kts
specifically for Dokka with a sourceSet
containing just the subdirectory I'm interested in, and it generates documentation, but the problem is that any dependency outside of my sourceSet
is shown as <ERROR CLASS>
. Obviously, Dokka can't generate docs for these classes since it can't resolve them, but is there there any way to get these class names to appear as text rather than an error? Ideally, I'd be able to link these unresolved classes to a URL containing their source code, but even just getting the raw text name would be a huge improvement.Zach Klippenstein (he/him) [MOD]
04/28/2021, 8:10 PM