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.
modelqlKotlinDir
1 parent 6c1986b commit 1d15caaCopy full SHA for 1d15caa
docs/global/modules/core/pages/reference/component-model-api-gen-gradle.adoc
@@ -82,6 +82,14 @@ Inside of the `metamodel` block the following settings can be configured.
82
|File
83
|Target Kotlin directory of the generator
84
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
93
|`kotlinProject`
94
|Project
95
|Target Kotlin project of the generator
0 commit comments