Skip to content

Commit

Permalink
Fix a badly formatted comment killing skydoc, and add tests. (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgruber authored May 7, 2020
1 parent 695c3ce commit 1eefe02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,9 @@ tasks:
build_targets:
- //coroutines-helloworld/...
- //express/...
stardoc:
name: Stardoc api documentation
platform: ubuntu1804
build_targets:
- //kotlin:stardoc

4 changes: 3 additions & 1 deletion kotlin/internal/jvm/android.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ def _kt_android_artifact(name, srcs = [], deps = [], plugins = [], **kwargs):
return [base_name, kt_name]

def kt_android_library(name, exports = [], visibility = None, **kwargs):
"""Creates an Android sandwich library. `srcs`, `deps`, `plugins` are routed to `kt_jvm_library` the other android
"""Creates an Android sandwich library.
`srcs`, `deps`, `plugins` are routed to `kt_jvm_library` the other android
related attributes are handled by the native `android_library` rule.
"""
native.android_library(
Expand Down

0 comments on commit 1eefe02

Please sign in to comment.