Skip to content

Commit 1d15caa

Browse files
committed
docs(model-api-gen-gradle): documentation of the new modelqlKotlinDir option
1 parent 6c1986b commit 1d15caa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/global/modules/core/pages/reference/component-model-api-gen-gradle.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ Inside of the `metamodel` block the following settings can be configured.
8282
|File
8383
|Target Kotlin directory of the generator
8484

85+
|`modelqlKotlinDir`
86+
|File
87+
|The generation of the ModelQL API is optional, because the output has a dependency on the ModelQL runtime.
88+
If this option is set, you have to add a dependency on `org.modelix:modelql-typed`.
89+
90+
Can be the same as `kotlinDir` or a directory in a separate subproject,
91+
if you run into memory issues of the Kotlin compiler.
92+
8593
|`kotlinProject`
8694
|Project
8795
|Target Kotlin project of the generator

0 commit comments

Comments
 (0)