module VersionDetector
    # Get all abstraction layer versions that are included in the project via the adapters.
    # The abstraction layer versions are identified by the presence of a directory below 'adapters/'.
    # An abstraction layer's directory will resolve to its version.
    # Therefore, if there is a directory 'adapters/v3', 'v3' will be on of the returned versions.