findKlutterBomVersion function consumer producer

String? findKlutterBomVersion(
  1. String pathToRoot
)

Find the version of klutter bill-of-materials in root/kradle.yaml or return null.

Implementation

String? findKlutterBomVersion(String pathToRoot) =>
    pathToRoot.verifyExists.klutterBomVersionOrNull;