You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/global/modules/core/pages/howto/modelql.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ val result: List<String?> = client.getRootNode()!!.query {
31
31
== Type-safe ModelQL API
32
32
33
33
You can use the `model-api-gen-gradle` plugin to generate type safe extensions from your meta-model.
34
-
Specify the `modelqlKotlinDir` property to enable the generation.
34
+
Specify the link:../reference/component-model-api-gen-gradle.adoc#model-api-gen-gradle_attributes_modelqlKotlinDir[modelqlKotlinDir] property to enable the generation.
0 commit comments