We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca867dd commit 03b463dCopy full SHA for 03b463d
gradle-plugin/src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt
@@ -417,7 +417,6 @@ class KspGradleSubplugin @Inject internal constructor(private val registry: Tool
417
}
418
419
fun configureLanguageVersion(kspTask: KotlinCompilationTask<*>) {
420
- kspTask.compilerOptions.useK2.value(false)
421
val languageVersion = kotlinCompilation.compilerOptions.options.languageVersion
422
val progressiveMode = kotlinCompilation.compilerOptions.options.progressiveMode
423
kspTask.compilerOptions.languageVersion.value(
0 commit comments