Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Oct 12, 2023
1 parent ec48cda commit ec2ee04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/cache-include-directive/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
plugins {
id("org.jetbrains.kotlin.jvm")
id("apollo.test")
id("com.apollographql.apollo3")
}

apolloTest()

dependencies {
implementation(libs.apollo.runtime)
implementation(libs.apollo.normalizedcache)
Expand Down

0 comments on commit ec2ee04

Please sign in to comment.