Skip to content

Commit 5db3a25

Browse files
committed
Fix lint errors
1 parent 24fcde2 commit 5db3a25

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

kotlin/compiler/kapt.bzl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ load(
1010
"KtPluginConfiguration",
1111
)
1212

13-
def _resolve_kapt_cfg(info, option_string_list_dict, deps, expand_location):
13+
def _resolve_kapt_cfg(
14+
info,
15+
option_string_list_dict,
16+
deps,
17+
expand_location): # @unused Needed for lambda contract.
1418
infos = []
1519
plugins = []
1620
for d in deps:

src/test/starlark/core/plugin/test.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,4 +446,5 @@ def test_suite(name):
446446
test_compile_configuration = _test_compile_configuration,
447447
test_library_multiple_plugins_with_same_id = _test_library_multiple_plugins_with_same_id,
448448
test_compile_configuration_single_phase = _test_compile_configuration_single_phase,
449+
test_compile_multiple_configurations = _test_compile_multiple_configurations,
449450
)

0 commit comments

Comments
 (0)