runtimeOverrideVersion top-level property

Version? runtimeOverrideVersion
getter/setter pair

The current semver Version of your app. Overriden functions can specify a version constraint in their @RuntimeOverride annotation which will be checked against this version to determine if the override should apply.

Implementation

Version? runtimeOverrideVersion;