kotlin-script-runner-server/kotlin-dsl/KotlinScriptCustom.xml [83:99]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            compiler = "%teamcity.tool.kotlin.compiler.bundled%"
            arguments = "%myscript.params%"

            jdkHome = "%env.JDK_15_0%"
            jvmArgs = "-Xmx2048m"
        }
      </code>
    </example>
    <example>
      <description>
        Adds a Kotlin script build step with custom Kotlin compiler
        and custom JDK with additional parameter.
        Custom [working directory](https://www.jetbrains.com/help/teamcity/?Build+Working+Directory) is provided.
      </description>
      <code>
        kotlinScript {
            name = "My Kotlin Script step"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kotlin-script-runner-server/kotlin-dsl/KotlinScriptFile.xml [77:93]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            compiler = "%teamcity.tool.kotlin.compiler.bundled%"
            arguments = "%myscript.params%"

            jdkHome = "%env.JDK_15_0%"
            jvmArgs = "-Xmx2048m"
        }
      </code>
    </example>
    <example>
      <description>
        Adds a Kotlin script build step with custom Kotlin compiler
        and custom JDK with additional parameter.
        Custom [working directory](https://www.jetbrains.com/help/teamcity/?Build+Working+Directory) is provided.
      </description>
      <code>
        kotlinScript {
            name = "My Kotlin Script step"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



