https://kotlinlang.org logo
Title
l

lewis

06/03/2021, 7:29 AM
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

Ejimax

06/03/2021, 8:32 PM
I ran into the same problem. It seems that room 2.4.0-alpha02 is incompatible with ksp beta.
a

André Thiele

06/04/2021, 6:51 AM
Same Problem, i created a ticket: https://github.com/google/ksp/issues/471
l

lewis

06/04/2021, 7:17 AM
Thanks @André Thiele 🙂
f

Fabio

06/07/2021, 10:59 PM
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

André Thiele

06/08/2021, 7:51 AM
if you can please star this issue:
<https://issuetracker.google.com/issues/190464184>
this already seems to be fixed in snapshot 7437529
y

yigit

06/09/2021, 3:59 PM
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

André Thiele

06/09/2021, 5:04 PM
OK thanks @yigit!