You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In a Kotlin Multiplatform project, Themis must be integrated for each platform (Android, JVM desktop, native/iOS/macOS, WebAssembly) individually.
Describe the solution you'd like to see
If Themis adds first class support for Kotlin Multiplatform, then the Themis Kotlin API could be used in common Kotlin code while the implementation for each platform is handled automatically. This would allow encryption and decryption logic to be shared between platforms.
Describe alternatives you've considered
The alternative is to rewrite the Themis integration for each platform in a Kotlin Multiplatform project. This requires each project integrating Themis to either:
Create a common Themis Kotlin API in order to share the encryption and decryption logic, then implement the API per platform using the platform specific implementation. This is essentially what this feature request is requesting to be done once for all instead of each Kotlin Multiplatform project having to do it separately.
Not share the encryption and decryption logic and to re-implement it on each platform using the platform's native API.
Additional context
Google has been adding support for Kotlin Multiplatform to several of their core AndroidX libraries and JetBrains has been adding Kotlin Multiplatform support to Android's Compose UI toolkit as well. The popularity of Kotlin Multiplatform is growing and this would be a great addition for Themis given it already supports the target platforms of Kotlin Multiplatform.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In a Kotlin Multiplatform project, Themis must be integrated for each platform (Android, JVM desktop, native/iOS/macOS, WebAssembly) individually.
Describe the solution you'd like to see
If Themis adds first class support for Kotlin Multiplatform, then the Themis Kotlin API could be used in common Kotlin code while the implementation for each platform is handled automatically. This would allow encryption and decryption logic to be shared between platforms.
Describe alternatives you've considered
The alternative is to rewrite the Themis integration for each platform in a Kotlin Multiplatform project. This requires each project integrating Themis to either:
Additional context
Google has been adding support for Kotlin Multiplatform to several of their core AndroidX libraries and JetBrains has been adding Kotlin Multiplatform support to Android's Compose UI toolkit as well. The popularity of Kotlin Multiplatform is growing and this would be a great addition for Themis given it already supports the target platforms of Kotlin Multiplatform.
The text was updated successfully, but these errors were encountered: