Skip to content

Commit 0301ba8

Browse files
authored
fix: angle brackets crash
1 parent cd6048e commit 0301ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/gradle/gradle-compiler-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Also, see [Types for compiler options](#types-for-compiler-options).
280280
| `main` | Define whether the `main` function should be called upon execution | "call", "noCall". Also, see [Types for compiler options](#types-for-compiler-options) | "call" |
281281
| `metaInfo` | Generate .meta.js and .kjsm files with metadata. Use to create a library | | true |
282282
| `moduleKind` | The kind of JS module generated by the compiler | "umd", "commonjs", "amd", "plain", "es". Also, see [Types for compiler options](#types-for-compiler-options) | "umd" |
283-
| `outputFile` | Destination *.js file for the compilation result | | "<buildDir>/js/packages/<project.name>/kotlin/<project.name>.js" |
283+
| `outputFile` | Destination *.js file for the compilation result | | "&lt;buildDir&gt;/js/packages/<project.name>/kotlin/<project.name>.js" |
284284
| `sourceMap` | Generate source map | | true |
285285
| `sourceMapEmbedSources` | Embed source files into the source map | "never", "always", "inlining". Also, see [Types for compiler options](#types-for-compiler-options) | |
286286
| `sourceMapNamesPolicy` | Add variable and function names that you declared in Kotlin code into the source map. For more information on the behavior, see our [compiler reference](compiler-reference.md#source-map-names-policy-simple-names-fully-qualified-names-no). | "simple-names", "fully-qualified-names", "no". Also, see [Types for compiler options](#types-for-compiler-options) | "simple-names" |

0 commit comments

Comments
 (0)