I'm getting an error when I try to pull in a multi...
# multiplatform
t
I'm getting an error when I try to pull in a multi-platform library. Can somebody tell me how to update my shared lib so that it doesn't confuse the namespaces?
Copy code
duplicate library name: sqldelight-coroutines-extensions_commonMain
duplicate library name: runtime_commonMain
j
Is this an error or just a warning? If the code builds fine, you can probably just ignore it. See this YouTrack issue.
t
Unfortunately, it is an error. I'm getting a java.lang.NullPointerException.
j
It'd be easier to see what might be going on if you share the full build output. There should be a stack trace if there's a NPE.
t
Untitled
j
This looks like a crash in the Compose compiler plugin. This error is likely unrelated to the duplicate library name errors you shared initially. You might share the crash details in #compose
t
Thank you
154 Views