Hey all, it's been a few months since I setup a KMM project for testing, we are getting closer to project start time so I decided to set it up again just to refresh my memory and to potentially update the libs etc.
I added the sqldelight and the kotlinx-serialization-core, I get this error in sync:
Could not resolve org.jetbrains.kotlinx:kotlinx-serialization-core:1.2.2
if I build it works for Android, but it doesn't work on iOS.
I get this error:
The following build commands failed:
PhaseScriptExecution [CP-User]\ Build\ shared ... (in target 'shared' from project 'Pods')
I am using CocooaPods if that are in interests here, I am a bit confused and not sure were I should look now, any ideas?