add kotlin 1.2.21

(cherry picked from commit b62294d)
1 file changed
tree: 4b197304a6096671392b732e1b7ff81a17a241f1
  1. docs/
  2. kotlin/
  3. tests/
  4. BUILD
  5. CONTRIBUTING.md
  6. CONTRIBUTORS
  7. LICENSE
  8. Makefile
  9. README.md
  10. WORKSPACE
README.md

Skydoc documentation

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).