main.kotlin.org.jetbrains.bsp.protocol.JoinedBuildServer.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.BuildServer
import ch.epfl.scala.bsp4j.CppBuildServer
import ch.epfl.scala.bsp4j.JavaBuildServer
import ch.epfl.scala.bsp4j.JvmBuildServer
import ch.epfl.scala.bsp4j.PythonBuildServer
import ch.epfl.scala.bsp4j.RustBuildServer
import ch.epfl.scala.bsp4j.ScalaBuildServer
interface JoinedBuildServer :
BuildServer,
JvmBuildServer,
ScalaBuildServer,
JavaBuildServer,
CppBuildServer,
BazelBuildServer,
PythonBuildServer,
RustBuildServer
© 2015 - 2024 Weber Informatics LLC | Privacy Policy