dambakk
12/11/2019, 8:16 AM1.3.2
) and implemented an iOS dispatcher as explained by @salomonbrys in the kotlinconf workshop. The actual
on the android side works fine, but I get an unresolved reference on the CoroutineDispatcher
import on the ios side. When running the gradle assemble i get an error saying The abi versions don't match. Expected '[17]', found '14'
. Any idea what causes this and how to resolve it?Artyom Degtyarev [JB]
12/11/2019, 8:27 AM1.3.2-1.3.60
.dambakk
12/11/2019, 8:32 AMMichal Harakal
12/11/2019, 12:23 PMdambakk
12/11/2019, 12:28 PM