MoviebaseApp / tmdb-kotlin

🎬 Modern powerful TMDB API to fetch movies and TV shows for Kotlin Multiplatform.
https://www.moviebase.app
Apache License 2.0
205 stars 20 forks source link

Add iOS targets #87

Closed chrisbanes closed 1 year ago

chrisbanes commented 1 year ago

Just needed to add the relevant targets and source sets. Switched CI to run on MacOS as iOS builds need to be built on MacOS.

Had to downgrade Coroutines due to https://youtrack.jetbrains.com/issue/KTOR-5728/

ChrisKruegerDev commented 1 year ago

Thanks! Related to #22