Skip to content

Commit

Permalink
Restore neverlink on compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
restingbull committed May 23, 2023
1 parent d759369 commit ae66c13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ kt_jvm_import(
kt_jvm_import(
name = "kotlin-compiler",
jar = "lib/kotlin-compiler.jar",
neverlink = 1,
deps = [
":annotations",
":kotlin-reflect",
Expand Down

0 comments on commit ae66c13

Please sign in to comment.