d5cfea330b
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
4 lines
112 B
Kotlin
Vendored
4 lines
112 B
Kotlin
Vendored
// SCRIPT_PROVIDED_PROPERTIES: prop1: kotlin.String, prop2: java.io.File
|
|
|
|
val rv = args[1] + prop1 + prop2.path
|