File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
gradle-plugin/src/main/kotlin/com/google/devtools/ksp/gradle Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ import org.gradle.api.tasks.PathSensitivity
3838import org.gradle.api.tasks.SkipWhenEmpty
3939import org.gradle.api.tasks.TaskProvider
4040import org.gradle.process.CommandLineArgumentProvider
41- import org.gradle.process.ExecOperations
4241import org.gradle.work.Incremental
4342import org.gradle.work.InputChanges
4443import org.gradle.work.NormalizeLineEndings
@@ -308,13 +307,11 @@ abstract class KspTaskNative @Inject internal constructor(
308307 compilation : KotlinCompilationInfo ,
309308 objectFactory : ObjectFactory ,
310309 providerFactory : ProviderFactory ,
311- execOperations : ExecOperations
312310) : KotlinNativeCompile(
313311 compilation,
314312 objectFactory.newInstance(KotlinNativeCompilerOptionsDefault ::class.java),
315313 objectFactory,
316314 providerFactory,
317- execOperations
318315 ),
319316 KspTask
320317
You can’t perform that action at this time.
0 commit comments