bazel-contrib / bazel-contrib/rules_scala
Scala compiler plugin
- Dominant language
- Starlark
- Stars
- 384
- Forks
- 292
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 47
Description
This issue stems from a reddit question i posted: https://www.reddit.com/r/bazel/comments/anfk5t/bazel_and_scala_compiler_plugin_question/
To give some background:
Currently I use rules_scala in conjunction with sbt-bazel to try an convert from sbt to bazel. I'm currently hitting an issue with the 'kind-projector' plugin not being used during the build.
ie. compilerPlugin("org.spire-math" % "kind-projector" % "0.9.8")
I'm wondering how does one include such plugins?
Contributor guide
Research direction
Start by reviewing the rules_scala compiler configuration and how it integrates with sbt-bazel, using the linked Reddit question for context. Trace how compilerPlugin("org.spire-math" % "kind-projector" % "0.9.8") is represented, and define done as successfully using the plugin during a Bazel Scala build.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- build-system, compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100