paug / AndroidMakersApp

📱Official companion app for Android Makers by droidcon 🇫🇷
https://androidmakers.droidcon.com/
118 stars 27 forks source link

Going back to Result (as KMMResult is no longer needed in iOS) #204

Closed enthuan closed 3 months ago

enthuan commented 3 months ago

I added KMMResult a few weeks ago when we weren't sure Compose MP was an option with the time we had.

Now 80% of the app is in Compose MP, we can remove KMMResult and use the native Result instead.