File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,8 @@ def kt_jvm_proto_library(
327327 visibility = None ,
328328 flavor = None ,
329329 deprecation = None ,
330- features = []):
330+ features = [],
331+ runtime_deps = []):
331332 """
332333 This rule accepts any number of proto_library targets in "deps", translates them to Kotlin and
333334 returns the compiled Kotlin.
@@ -355,6 +356,7 @@ def kt_jvm_proto_library(
355356 (for Android usage)
356357 deprecation: Standard attribute
357358 features: Standard attribute
359+ runtime_deps: Standard attribute
358360 """
359361 if (java_deps != None and len (java_deps ) > 0 ):
360362 java_protos = java_deps
@@ -416,4 +418,5 @@ def kt_jvm_proto_library(
416418 tags = tags ,
417419 deprecation = deprecation ,
418420 features = features ,
421+ runtime_deps = runtime_deps ,
419422 )
You can’t perform that action at this time.
0 commit comments