Skip to content

Commit

Permalink
kotlin-compiler-embeddable post migration move to kotlin-compiler to …
Browse files Browse the repository at this point in the history
…hide -embeddable as an implementation detail

Summary: As title

Reviewed By: hick209

Differential Revision: D65275853

fbshipit-source-id: a24711664b39dca807f5402b3f464b4364af729f
  • Loading branch information
rybalkinsd authored and facebook-github-bot committed Oct 31, 2024
1 parent 6b82ac9 commit 4782b0d
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 4782b0d

Please sign in to comment.