AndroidDev-social / DodoForMastodon

๐Ÿ˜ Mastodon client for Android, iOS and Desktop (JVM)
GNU General Public License v3.0
384 stars 29 forks source link

Add GitHub workflows for KMP #41

Closed bitPogo closed 1 year ago

bitPogo commented 1 year ago

๐Ÿ“‘ What does this PR do?

This addresses partially #12 by adding a setup which works for KMP. It also adjusts the setups of KMP projects in order to make them properly work in the CI.

This PR depends on #58

โœ… Checklist

๐Ÿงช How can this PR been tested?

If the CI starts and runs consider it tested.

rafsanjani commented 1 year ago

There are lots of changed files in this PR, making it quite difficult to see exactly what's changed.

bitPogo commented 1 year ago

The build scripts and "urlStream". And I commented out tests which are breaking because of Google Truth. For a follow-up we should discuss with what we replace Google Truth.