pubref / rules_kotlin

Bazel rules for Kotlin
Other
159 stars 20 forks source link

Add android_deps attr for android resources #21

Closed aaronj1335 closed 7 years ago

aaronj1335 commented 7 years ago

This adds an android_deps attr to the Kotlin rules that allows them to depend on the resources exposed from android_library.

There's probably more to do here in the cases where the android_library has more than just resources, but this is a start. If you'd prefer a more complete implementation, no worries.

pcj commented 7 years ago

LGTM