Skip to content

Commit

Permalink
Remove unused dependency (project-chip#32453)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored Mar 6, 2024
1 parent aae22c1 commit e48ed00
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/controller/java/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -365,11 +365,7 @@ kotlin_library("kotlin_matter_controller") {

output_name = "KotlinMatterController.jar"

deps = [
":java",
":tlv",
"${chip_root}/third_party/java_deps:annotation",
]
deps = [ ":java" ]

sources = [
"src/matter/controller/CompletionListenerAdapter.kt",
Expand Down

0 comments on commit e48ed00

Please sign in to comment.