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: libraries/apollo-gradle-plugin-external/src/main/kotlin/com/apollographql/apollo/gradle/api/ApolloExtension.kt
-3
Original file line number
Diff line number
Diff line change
@@ -90,9 +90,6 @@ interface ApolloExtension {
90
90
*/
91
91
val generateSourcesDuringGradleSync:Property<Boolean>
92
92
93
-
@ApolloExperimental
94
-
val useGradleVariants:Property<Boolean>
95
-
96
93
/**
97
94
* Common apollo dependencies using the same version as the Apollo Gradle Plugin currently in the classpath
Copy file name to clipboardExpand all lines: libraries/apollo-gradle-plugin-external/src/main/kotlin/com/apollographql/apollo/gradle/internal/DefaultApolloExtension.kt
Copy file name to clipboardExpand all lines: libraries/apollo-gradle-plugin-external/src/main/kotlin/com/apollographql/apollo/gradle/internal/DefaultService.kt
0 commit comments