main.kotlin.org.jetbrains.bsp.protocol.BspConstants.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bazel-bsp Show documentation
Show all versions of bazel-bsp Show documentation
An implementation of the Build Server Protocol for Bazel. Allows clients such as IntelliJ to obtain build
specific
information in order to improve the experience of users in the IDE.
package org.jetbrains.bsp.protocol
import ch.epfl.scala.bsp4j.BuildClientCapabilities
public const val BSP_CONNECTION_DIR: String = ".bsp"
public const val BSP_CLIENT_NAME: String = "IntelliJ-BSP"
public const val BSP_CLIENT_VERSION: String = "2024.1-EAP"
public const val BSP_VERSION: String = "2.1.0"
public val CLIENT_CAPABILITIES: BuildClientCapabilities =
BuildClientCapabilities(listOf("java", "kotlin", "scala", "python")).apply {
jvmCompileClasspathReceiver = true
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy