rickclephas / KMP-NativeCoroutines

Library to use Kotlin Coroutines from Swift code in KMP apps
MIT License
1.07k stars 32 forks source link

Add Warning for Versions #182

Closed 0xcaff closed 4 months ago

0xcaff commented 4 months ago

After spending 4 hrs trying to figure out why the example wasn't working it turned out to be because I didn't explicitly specify a KSP version. Added a warning so ppl double check the versions when stuff breaks.

Excited to use this library, it's a missing piece in kotlin multiplatform massively increasing my leverage.

rickclephas commented 4 months ago

There was another report about this recently, so I went ahead and added an error message to the plugin: https://github.com/rickclephas/KMP-NativeCoroutines/commit/1fd6920e5d28990a94cdcb8f7db4062d19e807e0. That should hopefully catch the attention (especially since it is logged for every compilation 🙈).

0xcaff commented 4 months ago

much thanks! this will save us all some time