Skip to content

Commit 935ca0b

Browse files
mfilippovintellij-monorepo-bot
authored andcommitted
IJPL-188202 update Kotlin compiler to 2.2.0-RC
GitOrigin-RevId: 68709d60e9ee0b5b790a2a1cf5349618fc23d6f1
1 parent 45ea551 commit 935ca0b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

workspace-import/test/BUILD.bazel

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
### auto-generated section `build language-server.project-import.test` start
2+
load("@community//build:compiler-options.bzl", "create_kotlinc_options")
23
load("@rules_java//java:defs.bzl", "java_library")
34
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test")
45

6+
create_kotlinc_options(
7+
name = "custom",
8+
context_receivers = True
9+
)
10+
511
java_library(
612
name = "test",
713
visibility = ["//visibility:public"]
@@ -11,6 +17,7 @@ jvm_library(
1117
name = "test_test_lib",
1218
visibility = ["//visibility:public"],
1319
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
20+
kotlinc_opts = ":custom",
1421
deps = [
1522
"@lib//:kotlin-stdlib",
1623
"@lib//:junit5",

0 commit comments

Comments
 (0)