MinVersion

@Target(allowedTargets = [AnnotationTarget.FILE])
annotation class MinVersion(val version: String)(source)

A file annotation to require a minimum version of NSScript. Script compilation will fail if the version requested is greater than the version of the engine.

Properties

Link copied to clipboard

The minimum version of NSScript to check for.