-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cannot access class 'dev.gitlive.firebase.storage.Data' in androidApp #638
Comments
@SebastianFelon But there already is an actual class for Anyway I solved it for now by doing |
@mr-kew Could you please share your solution's implementation? I am having a similar issue. Trying to use storage and |
@DjuroRad I never convert between
|
Oh I see. I got it wrong in the first place, I was trying to use |
I have a function in
commonMain
:and I am trying to call it from a
androidApp
(from compose):but this gives me an error:
Cannot access class 'dev.gitlive.firebase.storage.Data'. Check your module classpath for missing or conflicting dependencies.
.I am doing just this in my
:shared:build.gradle.kts
:I tried in
commonMain
:but that basically tells me that type
StorageData
anddev.gitlive.firebase.storage.Data
are not the same inandroidApp
.Am I doing something wrong? Or is it an issue with the library?
The text was updated successfully, but these errors were encountered: