-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support for Kotlin/Multilpatform? #50
Comments
Unfortunately, I have no experience with Kotlin Multiplatform. That doesn't mean I'm not willing to gain it, however. |
Based on my understanding (@CommanderTvis please feel free to chime in), Kotlin Multiplatform offers several benefits. Primarily, it would allow you to target other platforms with the same Kotlin codebase. It would enable your library to reach a much larger audience of multiplatform applications. Finally, adopting KMP could simplify the development process, providing a unified build system, a single IDE setup, and other conveniences. I am unsure about the performance implications, but perhaps it can be investigated. |
For KMath it would be great to have Viktor multiplatform as well because KMath is primarily multiplatform itself. |
Sounds intriguing. I'll try to investigate the possibility. |
If anyone still needs it, here's an alternative that should be (mostly) drop-in https://github.com/Martmists-GH/ndarray.simd |
Does viktor plan to support Kotlin Multiplatform?
The text was updated successfully, but these errors were encountered: