SourceWebsiteUrlProvider

fun interface SourceWebsiteUrlProvider : Provider<String> (source)

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

taken from the generated BuildProperties class

Since

0.12.0

Functions

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