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.
1 parent 46abb63 commit 28a0406Copy full SHA for 28a0406
build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
implementation("com.apollographql.apollo3:apollo-runtime:$apolloVersion")
34
api("com.apollographql.apollo3:apollo-api:$apolloVersion")
35
36
- implementation("com.github.sourceplusplus.protocol:protocol:$projectVersion")
+ implementation("com.github.sourceplusplus.protocol:protocol:05b144c6ba")
37
38
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
39
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
0 commit comments