Skip to content

Commit 3a94ba3

Browse files
authored
Update README.md (#1286)
As of #1139 ksp plugins which generate Java seem to be supported.
1 parent 681b218 commit 3a94ba3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,7 @@ Additionally, you can add options for both tracing and timing of the bazel build
264264
KSP is officially supported as of `rules_kotlin` 1.8 and can be declared using the new
265265
`kt_ksp_plugin` rule.
266266

267-
A few things to note:
268-
- As of now `rules_kotlin` only supports KSP plugins that generate Kotlin code.
267+
Note:
269268
- KSP is [not yet thread safe](https://github.com/google/ksp/issues/1385) and will likely fail if you are using it in a build that has multiplex workers enabled. To work around this add the following flag to your Bazelrc:
270269
```
271270
build --experimental_worker_max_multiplex_instances=KotlinKsp=1

0 commit comments

Comments
 (0)