Hey Norbi, is it really working for you? You get your common code processed and the generated code is placed correctly? If so, would you mind to share your setup? Thanks
n
Norbi
04/28/2023, 4:29 PM
@Pavel Lahoda This works for me currently for my actual project setup:
This is exactly the nugget of information I needed to get my multi platform KSP experiment going.
p
Pavel Lahoda
05/01/2023, 11:59 AM
I got it running as well. Found a problem, that there are actually two variants of KotlinCompile, org.jetbrains.kotlin.gradle.tasks.KotlinCompile and org.jetbrains.kotlin.gradle.dsl.KotlinCompile. The former is the correct one to use - at least that was the source of problems for me.