Skip to content

Commit

Permalink
Fix parcelize plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
restingbull committed Aug 20, 2024
1 parent 0e6e3e2 commit b1a2613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/starlark/core/repositories/kotlin/artifacts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KOTLINC_ARTIFACTS = struct(
"mutability-annotations-compat": "lib/mutability-annotations-compat.jar",
"noarg-compiler-plugin": "lib/noarg-compiler-plugin.jar",
"sam-with-receiver-compiler-plugin": "lib/sam-with-receiver-compiler-plugin.jar",
"parcelize-compiler-plugin": "lib/parcelize-compiler-plugin.jar",
"parcelize-compiler-plugin": "lib/parcelize-compiler.jar",
},
runtime = {
"jvm-abi-gen": "lib/jvm-abi-gen.jar",
Expand Down

0 comments on commit b1a2613

Please sign in to comment.