Skip to content

Commit

Permalink
IJ-CR-146078 add support for whenGuards, set 17 as default jvm targ…
Browse files Browse the repository at this point in the history
…et for custom kotlinc opts

GitOrigin-RevId: 9b107d08ff3b588c3c5099a95276ac714ac6ea19
  • Loading branch information
develar authored and intellij-monorepo-bot committed Feb 17, 2025
1 parent c639d9b commit c3db730
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion intellij.tools.ide.starter.driver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ load("@rules_jvm//:jvm.bzl", "jvm_library")

create_kotlinc_options(
name = "custom",
jvm_target = 17,
opt_in = ["kotlin.time.ExperimentalTime"]
)

Expand Down
1 change: 0 additions & 1 deletion intellij.tools.ide.starter.junit5/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")

create_kotlinc_options(
name = "custom",
jvm_target = 17,
opt_in = ["kotlin.time.ExperimentalTime"]
)

Expand Down
1 change: 0 additions & 1 deletion intellij.tools.ide.starter/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")

create_kotlinc_options(
name = "custom",
jvm_target = 17,
opt_in = ["kotlin.time.ExperimentalTime"]
)

Expand Down
1 change: 0 additions & 1 deletion intellij.tools.plugin.checker.tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ load("@rules_jvm//:jvm.bzl", "jvm_test")

create_kotlinc_options(
name = "custom",
jvm_target = 17,
opt_in = ["kotlin.time.ExperimentalTime"]
)

Expand Down

0 comments on commit c3db730

Please sign in to comment.