Skip to content

Commit

Permalink
incrementalStateDir should be camelCase
Browse files Browse the repository at this point in the history
Summary: TSIA

Reviewed By: ywett02

Differential Revision: D61390966

fbshipit-source-id: 7f903b6cdd805e1ddf425e8e1771a9e5eac3cf83
  • Loading branch information
navidqar authored and facebook-github-bot committed Aug 16, 2024
1 parent d34c461 commit 1b94ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin/kotlincd_jar_creator.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def create_jar_artifact_kotlincd(
depTrackerPlugin = kotlin_toolchain.track_class_usage_plugin,
shouldKotlincRunViaBuildToolsApi = kotlin_toolchain.kotlinc_run_via_build_tools_api,
shouldKotlincRunIncrementally = incremental_state_dir != None,
incremental_state_dir = incremental_state_dir.as_output() if incremental_state_dir else None,
incrementalStateDir = incremental_state_dir.as_output() if incremental_state_dir else None,
shouldUseStandaloneKosabi = kotlin_toolchain.kosabi_standalone,
)

Expand Down

0 comments on commit 1b94ead

Please sign in to comment.