maxOf

fun Iterable<File>.maxOf(attributeName: String): Int?

Computes the maximum value of attributeName from all Manifests, or null if no such value can be derived. The attribute is assumed to have an integer value.