Join Slack
Powered by
I'm converting a project to KMP that depends on Ro...
# multiplatform
r
Rob
05/15/2024, 12:57 PM
I'm converting a project to KMP that depends on Room 2.7.0-alpha02. For some reason I'm getting this error with the KSP generated code for the JVM. Is this a bug? Thanks for your help!
Untitled.txt
👋 2
Rob
05/15/2024, 3:48 PM
You can look at the code on this branch:
https://github.com/zirman/hacker_news/tree/kmpafication
and run with:
./gradlew :desktop:run
y
yigit
05/28/2024, 12:55 PM
that looks like a bug or just not implemented yet. can you file a bug at
https://issuetracker.google.com/issues/new?component=413107&template=1096568
yigit
05/28/2024, 12:56 PM
that code is clearly android only but i don’t see why we didn’t move that to common.
https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:room/roo[…]LongSparseArray&ss=androidx%2Fplatform%2Fframeworks%2Fsupport
r
Rob
05/28/2024, 1:33 PM
Thanks. Here is the ticket:
https://issuetracker.google.com/issues/343076004
y
yigit
05/28/2024, 9:54 PM
thanks for filing it. looks like it is a KI so hopefully should be fixed. just the team was traveling (kotlin conf) so it might be a while 😕
yigit
05/28/2024, 9:55 PM
but they are back now
r
Rob
05/28/2024, 11:06 PM
Thanks for the update!
5
Views
Open in Slack
Previous
Next