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 396a213 commit ca867ddCopy full SHA for ca867dd
gradle-plugin/src/main/kotlin/com/google/devtools/ksp/gradle/KotlinFactories.kt
@@ -166,7 +166,7 @@ class KotlinFactories {
166
from = compilerOptions,
167
into = kspTask.compilerOptions
168
)
169
- kspTask.produceUnpackedKlib.set(false)
+ kspTask.produceUnpackagedKlib.set(false)
170
kspTask.onlyIf {
171
// KonanTarget is not properly serializable, hence we should check by name
172
// see https://youtrack.jetbrains.com/issue/KT-61657.
0 commit comments