We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0935e1 commit fb30529Copy full SHA for fb30529
examples/jetpack_compose/BUILD
@@ -18,7 +18,10 @@ define_kt_toolchain(
18
19
kt_compiler_plugin(
20
name = "jetpack_compose_compiler_plugin",
21
- id = "androidx.compose.compiler",
+ id = "androidx.compose.compiler.plugins.kotlin",
22
+ options = {
23
+ "sourceInformation": "true", # Required for AS Layout Inspector, disable for release builds
24
+ },
25
target_embedded_compiler = True,
26
visibility = ["//visibility:public"],
27
deps = [
0 commit comments