Remove comment at top

GitHub Pages is throwing a 404... not sure why. Removing whitespace/comment at top to see if that might fix it.
1 file changed
tree: a024a822ba3ff33e68a57caa0d8d72def363a2d5
  1. docs/
  2. kotlin/
  3. tests/
  4. .bazelproject
  5. .bazelrc
  6. .gitignore
  7. BUILD
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. LICENSE
  11. Makefile
  12. README.md
  13. 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).