1*db694bcbSAndroid Build Coastguard Worker@echo off 2*db694bcbSAndroid Build Coastguard Worker 3*db694bcbSAndroid Build Coastguard Workerrem Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. 4*db694bcbSAndroid Build Coastguard Workerrem Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. 5*db694bcbSAndroid Build Coastguard Worker 6*db694bcbSAndroid Build Coastguard Workersetlocal 7*db694bcbSAndroid Build Coastguard Workerset _KOTLIN_COMPILER=org.jetbrains.kotlin.cli.js.K2JSCompiler 8*db694bcbSAndroid Build Coastguard Worker 9*db694bcbSAndroid Build Coastguard Workercall %~dps0kotlinc.bat %* 10