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

feat: refactor the Kotlin wrapper and hide the generated uniffi api [WPB-14473] #777

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. refactor: the Kotlin wrapper to be in line with the Web wrapper

    The Kotlin wrapper was at some point imported from the Kalium but for us
    it makes more sense to align all our wrapper to have a similar structure.
    typfel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2b86a54 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. refactor: move uniffi generated code into a separate library

    By moving the code into its own library we can control the visibility by importing
    it into our public facing library as an implementation dependency. This makes
    our wrapper API the only visible API to the library consumer.
    typfel committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    24383f7 View commit details
    Browse the repository at this point in the history