[CHERRY PICKED FROM IJ] [jps] convert CompilerRunnerConstants to Kotlin
GitOrigin-RevId: 72575637ea72a14f25bdf9b25ae44255a9c40018 Original commit: https://github.com/JetBrains/intellij-community/commit/8ac14f4734d1c6d60f5b3874bacf54224abcf757
This commit is contained in:
committed by
Nikita Bobko
parent
f801bce8a9
commit
f74f613bc1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2010-2015 JetBrains s.r.o.
|
||||
* Copyright 2010-2021 JetBrains s.r.o.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -14,9 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.jetbrains.kotlin.config;
|
||||
package org.jetbrains.kotlin.config
|
||||
|
||||
public class CompilerRunnerConstants {
|
||||
public static final String KOTLIN_COMPILER_NAME = "Kotlin";
|
||||
public static final String INTERNAL_ERROR_PREFIX = "[Internal Error] ";
|
||||
object CompilerRunnerConstants {
|
||||
const val KOTLIN_COMPILER_NAME = "Kotlin"
|
||||
const val INTERNAL_ERROR_PREFIX = "[Internal Error] "
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user