Skip to content

Commit 87c1775

Browse files
committed
Test with BTAPI
1 parent b41704b commit 87c1775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/internal/toolchains.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ _kt_toolchain = rule(
250250
),
251251
"experimental_build_tools_api": attr.bool(
252252
doc = "Enables experimental support for Build Tools API integration",
253-
default = False,
253+
default = True,
254254
),
255255
"javac_options": attr.label(
256256
doc = "Compiler options for javac",

0 commit comments

Comments
 (0)