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
It would be great to make wanakana-core available to other platforms using Kotlin Multiplatform.
On the code side, we only need to update StringExt that is using the Java Locale class.
But on the configuration side, we need to update the project to be KMP, which could be tricky.
Providing bindings for Swift / iOS would be a good next step, making the project ready for mobile (KMM).
The original library is already providing JS bindings that handle platform specific issues. The library is also mature on the JS side, so we could skip the JS bindings altogether.
The text was updated successfully, but these errors were encountered:
It would be great to make wanakana-core available to other platforms using Kotlin Multiplatform.
On the code side, we only need to update
StringExt
that is using the JavaLocale
class.But on the configuration side, we need to update the project to be KMP, which could be tricky.
Providing bindings for Swift / iOS would be a good next step, making the project ready for mobile (KMM).
The original library is already providing JS bindings that handle platform specific issues. The library is also mature on the JS side, so we could skip the JS bindings altogether.
The text was updated successfully, but these errors were encountered: