-
Notifications
You must be signed in to change notification settings - Fork 30
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
Added Moko Resources #50
base: main
Are you sure you want to change the base?
Added Moko Resources #50
Conversation
- Added SharedResources.kt with some samples for how to use Moko
- Added SharedResourcesTest.kt
- Fixed MastodonApiTests.kt and made it use .json files as resources.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is blocked right now - see here
# Conflicts: # data/network/build.gradle.kts # data/network/src/desktopTest/kotlin/social/androiddev/common/network/MastodonApiTests.kt # ui/common/build.gradle.kts
@JacquesSmuts I apologize - I missed this PR. Can you please update and fix merge conflicts then request review from me? I can test this out locally as well as I have a Mac. Thanks! |
what is the status of this pr? |
Now it's more relevant to use native compose resources instead of Moko |
📑 What does this PR do?
This PR adds Moko Resources to the repo, as well as a small sample to showcase its use.
This includes;
✅ Checklist
🧪 How can this PR been tested?
The tests I added should indicate that things are working to some degree, at least for the API tests, but I did not add a test to check the contents of the resource being accessed. Please let me know if you need me to do that.
🧾 Tasks Remaining: (List of tasks remaining to be implemented)
I don't have a MacBook and we don't have a ci up yet, so someone will please have to help make sure it works for iOS/mac.
I would just like feedback on this, please :)