Conversation
Anty0
left a comment
There was a problem hiding this comment.
LGTM. However, when enabling this, are we locking ourselves into using that Skie library? Is there a way to let users handle preprocessing for coroutines with their preferred library, or how can we avoid issues if we want to replace the current library with a better one in the future?
|
We are not really locked to using Skie in the future.
No the provided package is precompiled, otherwise they would have to compile it themself. However, this library "converts" People can decide which of these bindings they want to use. |
|
I mean, we would need to recreate the |
This change massively improves the usage in Swift.
Some Compose multiplatform projects for example use platform specific views with
UIKitViewand can access Tolgee within now.Read more here: https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-uikit-integration.html