Overview of JPS to Bazel Compiler
masterThe JPS to Bazel compiler is a build tool designed to convert IntelliJ's JetBrains Project System (JPS) module definitions (found in .iml files and JPS project configurations) into Bazel BUILD files. This allows developers to build IntelliJ Platform modules using Bazel while preserving the existing JPS project structure.
Key outputs include:
BUILD.bazelfiles generated per module.lib/MODULE.bazelandlib/BUILD.bazelfor library management.build/bazel-targets.jsonfor target manifests.