Hi, hoping someone can help me with a config issue with Dokka in an Android Project.
I've got it set up but I've been having issues trying to set the display names of packages. At the minute every package uses a fully qualified class name in the title of their files but more importantly the sidebar. Which isn't a great user experience if every packages has a similar “com.something.library” prefix. When I've tried to set displayName in the per package options it's had no effect.
What's the correct way to set the package display names so they can either be custom or drop a prefix from the full names?
Thanks!