compilerVersion

val compilerVersion: Property<String>(source)

Override the Kotlin compiler version Metro operates with.

If set, Metro will behave as if running in this Kotlin environment (e.g., "2.3.20-dev-1234"). This is useful for testing or working around version detection issues.

Null by default (uses the detected runtime Kotlin version).