Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin Multiplatform Project Library Support #88

Open
jacksonej opened this issue Mar 11, 2024 · 1 comment
Open

Kotlin Multiplatform Project Library Support #88

jacksonej opened this issue Mar 11, 2024 · 1 comment

Comments

@jacksonej
Copy link

I can see that this project is based on KMP. However, when I try to add this library inside Kotlin Multiplatform shared code, I am getting an error like this:

Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':shared:iosX64CompilationDependenciesMetadata'

Is there any way we can make this work in a KMP project? Currently, my project supports Android and iOS

@Bohdan-Kim
Copy link
Contributor

Dear Jackson,

This project was really started as KMP project initially. Then Swift SDK appeared. Do you have ability to use Kotlin SDK for Android target and Swift SDK for iOS target in your KMP project? If you can add iOS support in Kotlin SDK create your pull request, please.

We will work on adding iOS distribution target too, but it seems like some troubles appeared between 1.1.1 and 1.1.13 versions of Kotlin SDK that lead to the absence of iOS distribution target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants