Not sure if this is best to post in <#C7KS458SJ|ro...
# ksp
l
Not sure if this is best to post in #room or here, I upgraded to Compose beta08 today, which allowed me to jump to 1.5.10-1.0.0-beta01 of KSP. Since doing this (only version changes) KSP has stopped generating anything. I've tried Room 2.4.0-alpha02 and 2.3.0. Were there any Gradle configuration changes required for the jump from 1.4.32-1.0.0-alpha08 -> 1.5.10-1.0.0-beta01? Everything works fine if I switch back to kapt.
e
I ran into the same problem. It seems that room 2.4.0-alpha02 is incompatible with ksp beta.
a
Same Problem, i created a ticket: https://github.com/google/ksp/issues/471
l
Thanks @AndrĂ© Thiele đŸ™‚
f
I had a similar problem, my case was the text file that holds the name of the class is now different. Something about changing from SymbolProcessor to SymbolProcessorProvider. On mobile, check the latest docs or latest playground.
a
if you can please star this issue:
Copy code
<https://issuetracker.google.com/issues/190464184>
this already seems to be fixed in snapshot 7437529
y
so for room KSP, i try to keep tip fo tree KSP version as recent as possible. I would highly recommend using snapshots from androidx.dev as releases take more time
a
OK thanks @yigit!