Hello! I’d like to know if there is (or will be) a...
# ksp
r
Hello! I’d like to know if there is (or will be) a way to use KSP in a multiplatform project so that it runs only for
commonMain
. I’m aware of the
kspCommonMainMetadata
workaround, but it doesn’t work when the project only has JVM targets (Android and/or JVM), so it’s not a reliable solution in all cases. Is there any plan for KSP to provide better support for true multiplatform scenarios? Or is the current behavior, processing per platform/target only, without generating code in `commonMain`the intended long-term design? Thanks in advance!