Closed 0xcaff closed 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 🙈).
much thanks! this will save us all some time
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.