Skip to content

Commit ca867dd

Browse files
authored
Update KotlinFactories.kt
1 parent 396a213 commit ca867dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class KotlinFactories {
166166
from = compilerOptions,
167167
into = kspTask.compilerOptions
168168
)
169-
kspTask.produceUnpackedKlib.set(false)
169+
kspTask.produceUnpackagedKlib.set(false)
170170
kspTask.onlyIf {
171171
// KonanTarget is not properly serializable, hence we should check by name
172172
// see https://youtrack.jetbrains.com/issue/KT-61657.

0 commit comments

Comments
 (0)