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

Add support for Kotlin Multiplatform #73

Open
kkostov opened this issue Feb 10, 2025 · 0 comments
Open

Add support for Kotlin Multiplatform #73

kkostov opened this issue Feb 10, 2025 · 0 comments
Assignees

Comments

@kkostov
Copy link
Collaborator

kkostov commented Feb 10, 2025

@winsmith we could make it easier to adopt TelemetryDeck for apps using Kotlin Multiplatform.

While it's technically possible to adopt our existing SwiftSDK and KotlinSDK individually for each target, the process is quite complex and misses out on some important platforms: no windows or linux support, no web (wasm), and no desktop support for jvm, no support for server projects.

We can facilitate these use-cases by adapting the KotlinSDK as follows:

  • Create a KMP library package.
  • Extract existing common Kotlin features so they can become available on all platform targets via Kotlin Native.
  • For continuity, we offer our existing KotlinSDK for Android as a separate artifact.
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