I think this has been addressed before - apologies...
# multiplatform
d
I think this has been addressed before - apologies for asking again - I am creating a multiplaform library that uses kotlinx.serialization - the issue I'm having is that it seems on android I have to include the runtime in the consumer/client app of the library or else there is a runtime exception. Is there an exportTransitive=true for android libraries that I need to use? This is what I have to include in the app using the multiplatform library
implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.20.0")