Skip to content

Commit cf32cdc

Browse files
authored
Improve README to provide a link to a Bazel example. (#2086)
This resolves one aspect of #2066.
1 parent d75028c commit cf32cdc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Kotlin serialization consists of a compiler plugin, that generates visitor code
2929
* [Android](#android)
3030
* [Multiplatform (Common, JS, Native)](#multiplatform-common-js-native)
3131
* [Maven](#maven)
32+
* [Bazel](#bazel)
3233

3334
<!--- END -->
3435

@@ -335,3 +336,9 @@ Add dependency on serialization runtime library:
335336
<version>${serialization.version}</version>
336337
</dependency>
337338
```
339+
340+
### Bazel
341+
342+
To setup the Kotlin compiler plugin for Bazel, follow [the
343+
example](https://github.com/bazelbuild/rules_kotlin/tree/master/examples/plugin/src/serialization)
344+
from the `rules_kotlin` repository.

0 commit comments

Comments
 (0)