Closed jd565 closed 1 year ago
I can confirm this issue. The problem relies in the room compiler version https://github.com/airbnb/Showkase/blob/1.0.0-beta18/build.gradle#L36
It would be fixed with the current version on master (2.6.x)
A new release would be helpful
Any timeframe on beta19 build? Also running into this issue.
I'm doing a release in the next few hours. Have some minor changes to get in but I will be doing a release later today!
🙏
@vinaygaba IS this still happening? I don't mean to bother you, just need to know. Thanks.
@KennyGoers Yes, I've been working on trying to get this PR merged - https://github.com/airbnb/Showkase/pull/353
I think I just got it to pass after some changes I made an hour ago.
New release went out here - https://github.com/airbnb/Showkase/releases/tag/1.0.2
Dagger 2.48 released with alpha support for ksp. This is something that I think a lot of people are wanting to try.
When we updated, we get the following error from showkase:
It looks like a dependency pulled in by dagger is a higher version than that used in showkase, which is causing this error. It also looks like a recent commit updated the XProcessing dependency which may solve this issue? Is there any chance of a new release or any instructions of how to get a showkase artifact based on this build?
We are currently using showkase 1.0.0-beta17 due to issues in 1.0.0-beta18 (that have also been fixed in the repository but not released).