Registry / build-tool / compiler-interface

compiler-interface

JSON →
library1.12.0javamavenunverified

Interface for the incremental Scala compiler used by sbt and Zinc.

<dependency> <groupId>org.scala-sbt</groupId> <artifactId>compiler-interface</artifactId> <version>1.12.0</version> </dependency>
INSTALL
IMPORT
SIG · COMPILER-INTERFACE
C
compiler-interface
build-tooljavav1.12.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AnalyzingCompiler
sbt.internal.inc.AnalyzingCompiler

Provides the interface for incremental Scala compilation.

import sbt.internal.inc.AnalyzingCompiler; import xsbti.compile.CompilerBridge; public class Example { public static void main(String[] args) { // Typically used internally by sbt; direct usage is rare. } }
Debug
Known issues
gotchaThis is an internal sbt interface; API may change without notice.
fix
Use sbt or Zinc build tool directly instead of depending on this interface.
affects: *
Upgrade
Version history
1.12.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
compiler-interface — mvn dependency:get compiler-interface · libregistry