With the `javadoc` gradle plugin, we do this: ```j...
# dokka
t
With the
javadoc
gradle plugin, we do this:
Copy code
javadoc {
    title = "My Good API docs"

    options.overview = project.projectDir.path + '/src/main/javadoc/overview.html'
    options.bottom = 'Copyright © 2020 MY COMPANY. All rights reserved.'
Can't figure out how to set the title, overview page, bottom text