isCapitalize

fun isCapitalize(predicate: (name: String) -> Boolean)

If the predicate is true, the name of the corresponding dependency will be capitalized.

For example androidx.compose will capitalize to Androidx.Compose

See