Skip to content

Commit

Permalink
Revert D64238814: Using new kotlin-compiler-embeddable and related ar…
Browse files Browse the repository at this point in the history
…tifacts in a toolchain

Differential Revision:
D64238814

Original commit changeset: f01a1fea82cd

Original Phabricator Diff: D64238814

fbshipit-source-id: f7bfa4a2f2a28cdce01a65acab4ca9f5c989483c
  • Loading branch information
jiawei-lyu authored and facebook-github-bot committed Oct 23, 2024
1 parent c278909 commit 685ae56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litho-compiler-plugin/compiler/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ feature_native.kotlin_library(
feature = FBApp_UIFrameworks_Litho_Litho,
labels = [],
provided_deps = [
"//third-party/kotlin:kotlin-compiler-embeddable",
"//third-party/kotlin:kotlin-compiler",
],
resources = glob(["resources/**"]),
resources_root = "resources",
Expand All @@ -38,7 +38,7 @@ fb_kotlin_test(
"//fbandroid/third-party/java/assertj:assertj-core",
"//fbandroid/third-party/java/junit:junit",
"//third-party/kotlin:kotlin",
"//third-party/kotlin:kotlin-compiler-embeddable",
"//third-party/kotlin:kotlin-compiler",
"//third-party/kotlin:kotlin-reflect",
"//third-party/kotlin/kotlin-compile-testing:kotlin-compile-testing",
"//third-party/kotlin/mockito-kotlin2:mockito-kotlin2",
Expand Down

0 comments on commit 685ae56

Please sign in to comment.