Hello everyone, I'm adding KSP + Room to my Compose Multiplatform project. Unfortunately unlikely th...
f
Hello everyone, I'm adding KSP + Room to my Compose Multiplatform project. Unfortunately unlikely the samples online, I can't use commonMain as sourceSet for my @Database class because my commonMain requires JS support (unsupported by Room MP). Hence I can't use the code generator task created by KSP kspCommonMainKotlinMetadata. I created a custom sourceSet "_appMain_" to build against Android, iOS however no tasks are created for this sourceSet. Is there a way to produce the ksp task for a custom sourceSet?