Skip to content

Instantly share code, notes, and snippets.

@MkhytarMkhoian
Created February 20, 2024 20:03
Show Gist options
  • Save MkhytarMkhoian/6c0936a415fb8d01257f6129b8a98b2e to your computer and use it in GitHub Desktop.
Save MkhytarMkhoian/6c0936a415fb8d01257f6129b8a98b2e to your computer and use it in GitHub Desktop.
plugins {
id 'org.jetbrains.dokka' version '1.9.10'
}
subprojects {
apply plugin: 'org.jetbrains.dokka'
}
// configure only the HTML task
dokkaHtmlMultiModule {
moduleName.set("Moove Documentation")
outputDirectory.set(file("android-docs/docs/api"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment