Hey everyone, Does anyone know if it’s possible to...
# ksp
s
Hey everyone, Does anyone know if it’s possible to use KSP in MPP testing? I’m using
add("kspMetadata", dependencyNotation)
and all targets
add("kspTargetTest", dependencyNotation)
but it doesn’t generate any code for
commonTest
. It generated it for all platforms. Should I manually also generate
expect/actual
? Is there an example of this anywhere?