Skip to content

Commit

Permalink
remove kosabi_supported_ksp_providers param
Browse files Browse the repository at this point in the history
Summary: Clean up kosabi_supported_ksp_providers param. as after D60521188 we run all KSP processors in source only by default. (except for those with `does_not_affect_abi = True`

Reviewed By: nghuiqin, hick209

Differential Revision: D60652638

fbshipit-source-id: 729b87cd27298912f74c93089742707b539ebb61
  • Loading branch information
SiaoJie Cai authored and facebook-github-bot committed Aug 16, 2024
1 parent 50ccee6 commit 1a4bffc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion kotlin/kotlin_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ KotlinToolchainInfo = provider(
"kosabi_jvm_abi_gen_plugin": provider_field(typing.Any, default = None),
"kosabi_standalone": provider_field(typing.Any, default = None),
"kosabi_stubs_gen_plugin": provider_field(typing.Any, default = None),
"kosabi_supported_ksp_providers": provider_field(typing.Any, default = None),
"kotlin_error_handler": provider_field(typing.Any, default = None),
"kotlin_home_libraries": provider_field(typing.Any, default = None),
"kotlin_stdlib": provider_field(typing.Any, default = None),
Expand Down
1 change: 0 additions & 1 deletion kotlin/kotlincd_jar_creator.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def create_jar_artifact_kotlincd(
kotlinHomeLibraries = kotlin_toolchain.kotlin_home_libraries,
jvmTarget = get_kotlinc_compatible_target(str(target_level)),
kosabiJvmAbiGenEarlyTerminationMessagePrefix = get_kosabi_jvm_abi_gen_early_termination_message_prefix(kotlin_toolchain.kotlinc_run_via_build_tools_api),
kosabiSupportedKspProviders = kotlin_toolchain.kosabi_supported_ksp_providers,
shouldUseJvmAbiGen = should_use_jvm_abi_gen,
shouldVerifySourceOnlyAbiConstraints = actual_abi_generation_mode == AbiGenerationMode("source_only"),
shouldGenerateAnnotationProcessingStats = True,
Expand Down

0 comments on commit 1a4bffc

Please sign in to comment.