Skip to content

Commit

Permalink
Update KspSubplugin.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmuir0 authored Nov 18, 2024
1 parent fd3c3c4 commit 5c08b39
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ class KspGradleSubplugin @Inject internal constructor(private val registry: Tool
}

fun configureLanguageVersion(kspTask: KotlinCompilationTask<*>) {
kspTask.compilerOptions.useK2.value(false)
val languageVersion = kotlinCompilation.compilerOptions.options.languageVersion
val progressiveMode = kotlinCompilation.compilerOptions.options.progressiveMode
kspTask.compilerOptions.languageVersion.value(
Expand Down

0 comments on commit 5c08b39

Please sign in to comment.