rules_kotlin_old
rules_kotlin_old copied to clipboard
This repo is retired and will be recycled soon. Official rules found at ->
These rules are now maintained at bazelbuild/rules_kotlin. This repo will be recycled soon.
Overview
These rules were initially forked from pubref/rules_kotlin. Key changes:
- Replace the macros with three basic rules.
kotlin_binary,kotlin_libraryandkotlin_test. - Use a single dep attribute instead of
java_depanddep. - 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).