anyone here is using KSP on Eclipse? I'd like to g...
# ksp
e
anyone here is using KSP on Eclipse? I'd like to gather some feedbacks (I'm trying to port some code over to Gradle & KSP, but devs there are used with Eclipse..)
b
Just add ksp dir as source dir in eclipse
e
isn't working out of the box via Gradle configuration?
b
I wouldn't expect it to. Not in eclipse.
But hey, give it a go and find out!
e
sure, but it'll take still a while to get there, if some other already found out or knows a trick in the meanwhile then I won't need to investigate myself but I can go already straight to the point
b
Well, worst case scenario is to register ksp dir manually
e
I hope so
b
Or just get intellij community
e
that's what I'm already suggesting 😄
e
it doesn't work out of the box even with IDEA, https://github.com/google/ksp/issues/37
the "good" solution in https://github.com/google/ksp/blob/main/docs/quickstart.md#make-ide-aware-of-generated-code only works for IDEA, not Eclipse, though
e
I hope I can still fix that via Gradle, though 😕