gradleProviderOf

fun <T : Any> gradleProviderOf(optional: Optional<T>): Provider<T>(source)

Returns a Gradle Provider around the given optional.