Merge pull request #31 from buchgr/buildbadge
add a build status badge
tree: 18650fe262a66239fc26d8b1e2a6cf845dfdff3a
- .bazelci/
- docs/
- examples/
- kotlin/
- tests/
- third_party/
- .bazelproject
- .bazelrc
- .gitignore
- AUTHORS
- BUILD
- CONTRIBUTING.md
- CONTRIBUTORS
- LICENSE
- Makefile
- README.md
- WORKSPACE
README.md

Skydoc documentation
Announcements
- February 15, 2018.. Toolchains for the JVM rules. Currently this allow tweaking:
- The JVM target (bytecode level).
- API and Language levels.
- Coroutines, enabled by default.
- February 9, 2018. Annotation processing.
- February 5, 2018. JVM rule name change: the prefix has changed from
kotlin_ to kt_jvm_.
Overview
These rules were initially forked from pubref/rules_kotlin. Key changes:
- Replace the macros with three basic rules.
kotlin_binary, kotlin_library and kotlin_test. - Use a single dep attribute instead of
java_dep and dep. - Add support for the following standard java rules attributes:
dataresource_jarsruntime_depsresourcesresources_strip_prefixexports
- Persistent worker support.
- Mixed-Mode compilation (compile Java and Kotlin in one pass).