AndroidDev-social / DodoForMastodon

🐘 Mastodon client for Android, iOS and Desktop (JVM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEAT]: Add iOS targets to existing modules

r-gurzkowski opened this issue · comments

Description

We should add iOS targets to our modules (data and domain layers) as early as possible, even without creating the iOS project. This way we will prevent putting jvm specific code to the common source sets.

Additional Information

No response

Only if you can run iOS or the CI is setup.

@bitPogo meaning that we will have to add a boolean flag to enable/disable them, right?