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.
2 parents 5f083ad + 6a848c0 commit 8cc45ceCopy full SHA for 8cc45ce
light-model-client/build.gradle.kts
@@ -24,9 +24,10 @@ kotlin {
24
implementation(project(":model-api-gen-runtime"))
25
implementation(project(":model-server-api"))
26
implementation(project(":modelql-core"))
27
- implementation(project(":modelql-untyped"))
28
implementation(project(":modelql-client"))
29
+ api(project(":modelql-untyped"))
30
+
31
implementation(libs.ktor.client.websockets)
32
implementation(libs.kotlin.stdlib.common)
33
implementation(libs.kotlin.logging)
0 commit comments