DocsWebsiteUrlProvider

fun interface DocsWebsiteUrlProvider : Provider<String> (source)

example: "https://rbusarow.github.io/ModuleCheck"

taken from the generated BuildProperties class

Since

0.12.0

Functions

Link copied to clipboard
abstract override fun get(): String