DroidKaigi / conference-app-2024

The Official Conference App for DroidKaigi 2024
Apache License 2.0
410 stars 200 forks source link

Add app-desktop module for faster development #300

Open takahirom opened 1 month ago

takahirom commented 1 month ago

We are developing commonMain. Therefore, I believe it would not be difficult to create a desktop app. I think this would help us iterate more quickly than creating and deploying APKs for Android.

nyafunta9858 commented 1 month ago

I wanna challenge this issue! If it is tough for me, I might say give up...

takahirom commented 1 month ago

It's ok! Thank you for your challenge!

nyafunta9858 commented 4 weeks ago

I have opened my pull request! Could you please review this PR? https://github.com/DroidKaigi/conference-app-2024/pull/452

By the way, I challenged to add a feature module, but it may make my PR to be large because of increasing diffs in a chain reaction. Therefore I only added the app-desktop module that includes MainApplication which refers to API in the design system module 🙏