Nikita Klimenko [JB]
08/04/2021, 3:58 PMsourceSets {
main.kotlin.srcDir("build/generated/ksp/main/kotlin/")
}
But should my plugin do this when applied to the project? Or should I leave this configuration to the end-user? I'm in such a dither over this because the KSP plugin itself doesn't add generated paths in source sets.evant
08/04/2021, 4:09 PMNikita Klimenko [JB]
08/04/2021, 4:28 PMMake the IDE aware of the generated code
is mentioned as a planned feature, I might just leave everything as is for now.