Files
Dmitrii Gridin d5cfea330b [LL FIR] support parameters resolution
Script parameters now can be resolved independently of the script.
But, as parameters are part of the script, their resolve will be called
before the script.

^KT-66276 Fixed
2024-03-07 12:50:59 +00:00

4 lines
112 B
Kotlin
Vendored

// SCRIPT_PROVIDED_PROPERTIES: prop1: kotlin.String, prop2: java.io.File
val rv = args[1] + prop1 + prop2.path