remoteUrl

@Input
val remoteUrl: Property<URL>

URL of source code hosting service that can be accessed by documentation readers, like GitHub, GitLab, Bitbucket, etc. This URL will be used to generate source code links of declarations.

Example:

java.net.URL("https://github.com/username/projectname/tree/master/src"))