Skip to content

Commit 03b463d

Browse files
authored
Update KspSubplugin.kt
1 parent ca867dd commit 03b463d

File tree

1 file changed

+0
-1
lines changed
  • gradle-plugin/src/main/kotlin/com/google/devtools/ksp/gradle

1 file changed

+0
-1
lines changed

gradle-plugin/src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ class KspGradleSubplugin @Inject internal constructor(private val registry: Tool
417417
}
418418

419419
fun configureLanguageVersion(kspTask: KotlinCompilationTask<*>) {
420-
kspTask.compilerOptions.useK2.value(false)
421420
val languageVersion = kotlinCompilation.compilerOptions.options.languageVersion
422421
val progressiveMode = kotlinCompilation.compilerOptions.options.progressiveMode
423422
kspTask.compilerOptions.languageVersion.value(

0 commit comments

Comments
 (0)