Skip to content

Commit

Permalink
Update KotlinFactories.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmuir0 authored Nov 18, 2024
1 parent e89133e commit fd3c3c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class KotlinFactories {
from = compilerOptions,
into = kspTask.compilerOptions
)
kspTask.produceUnpackedKlib.set(false)
kspTask.produceUnpackagedKlib.set(false)
kspTask.onlyIf {
// KonanTarget is not properly serializable, hence we should check by name
// see https://youtrack.jetbrains.com/issue/KT-61657.
Expand Down

0 comments on commit fd3c3c4

Please sign in to comment.