Skip to content

Commit

Permalink
fixed importing unused symbols on generated nav graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
raamcosta committed Mar 11, 2024
1 parent 8ab46a8 commit 1ae7124
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ internal class NavGraphsSingleObjectWriter(

private fun navGraphWriter(rawNavGraphTree: RawNavGraphTree) = singleNavGraphWriter(
codeGenerator,
importableHelper,
ImportableHelper(navGraphsObjectTemplate.imports),
rawNavGraphTree,
NavArgResolver(customNavTypeByType, importableHelper)
)
Expand Down

0 comments on commit 1ae7124

Please sign in to comment.