refer to skydoc release tag as hash no longer works.
1 file changed
tree: f96cdf073510ac38ee230d634577ae805c29bc30
  1. docs/
  2. examples/
  3. kotlin/
  4. tests/
  5. third_party/
  6. .bazelproject
  7. .bazelrc
  8. .gitignore
  9. AUTHORS
  10. BUILD
  11. CONTRIBUTING.md
  12. CONTRIBUTORS
  13. LICENSE
  14. Makefile
  15. README.md
  16. WORKSPACE
README.md

Skydoc documentation

Announcements

  • 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:
    • data
    • resource_jars
    • runtime_deps
    • resources
    • resources_strip_prefix
    • exports
  • Persistent worker support.
  • Mixed-Mode compilation (compile Java and Kotlin in one pass).