You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build: Add workaround for KSP execution in common-only modules
This commit adds a workaround to the build scripts for the `fluent`, `fluent-icons-core`, and `fluent-icons-extended` modules to address an issue with KSP task dependencies.
When KSP is configured only for the `commonMain` source set, other compilation tasks do not automatically depend on the `kspCommonMainKotlinMetadata` task. This change explicitly adds this dependency to all Kotlin compilation tasks, ensuring that KSP runs before them.
0 commit comments