diff --git a/build.xml b/build.xml
index cb4b029628c..ce8f71b62b3 100644
--- a/build.xml
+++ b/build.xml
@@ -755,7 +755,7 @@
-
+
diff --git a/compiler/conditional-preprocessor/src/org.jetbrains.kotlin.preprocessor/cli.kt b/compiler/conditional-preprocessor/src/org.jetbrains.kotlin.preprocessor/PreprocessorCLI.kt
similarity index 97%
rename from compiler/conditional-preprocessor/src/org.jetbrains.kotlin.preprocessor/cli.kt
rename to compiler/conditional-preprocessor/src/org.jetbrains.kotlin.preprocessor/PreprocessorCLI.kt
index 98ebf685056..af6c4a6ebc9 100644
--- a/compiler/conditional-preprocessor/src/org.jetbrains.kotlin.preprocessor/cli.kt
+++ b/compiler/conditional-preprocessor/src/org.jetbrains.kotlin.preprocessor/PreprocessorCLI.kt
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
+@file:JvmName("PreprocessorCLI")
package org.jetbrains.kotlin.preprocessor
import java.io.File