yusuf3000
07/11/2018, 1:25 PMsuspend
keyword.
If you use the suspend keyword, then all methods that call this method also need to be marked with suspend. Which means that the method that is called from the iOS side is marked with suspend. But when I compile the kotlin framework using konan, the methods vanish from the Obj-c framework.
Is this because coroutines are experimental? Will this be supported?
I’ve got an example project where you can see this happening: https://github.com/yusufcareem/MockKNProjectgildor
07/11/2018, 1:28 PMgildor
07/11/2018, 1:29 PMgildor
07/11/2018, 1:30 PMgildor
07/11/2018, 1:32 PMbipin
07/11/2018, 1:37 PMbipin
07/11/2018, 1:38 PMgildor
07/11/2018, 1:41 PMbipin
07/11/2018, 1:47 PMolonho
07/11/2018, 3:13 PMdrofwarcs
07/11/2018, 11:27 PM