summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-common/src/org/jetbrains/kotlin/config/CompilerRunnerConstants.kt
blob: 97fb39c3dcdb87901e6798dbe595a8be9fab2754 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.

package org.jetbrains.kotlin.config

import com.intellij.openapi.util.NlsSafe

object CompilerRunnerConstants {
    const val KOTLIN_COMPILER_NAME = "Kotlin"
    @NlsSafe
    const val INTERNAL_ERROR_PREFIX = "[Internal Error] "
}