Skip to content

Commit 1c842af

Browse files
committed
hide ApolloExecutionExtension.project
1 parent 732e109 commit 1c842af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apollo-execution-gradle-plugin/src/main/kotlin/com/apollographql/execution/gradle/ApolloExecutionExtension.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinMultiplatformExtension
77
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
88
import javax.inject.Inject
99

10-
abstract class ApolloExecutionExtension @Inject constructor(val project: Project) {
10+
abstract class ApolloExecutionExtension @Inject constructor(private val project: Project) {
1111
var hasService = false
1212

1313
fun service(serviceName: String, action: Action<ApolloExecutionService>) {

0 commit comments

Comments
 (0)