Ellen Shapiro
11/01/2018, 1:36 PMktor
in an MPP iOS/Android project. As far as I can tell, you have to be able to use Coroutines to do this.
I can get coroutines importing on gradle 4.10.2 to Android and the core thing, but they don’t work on iOS. I’m seeing some stuff about needing 4.7, but that’s not working either.
Anyone got suggestions for how/if I can actually get this to work?Ellen Shapiro
11/01/2018, 1:38 PMrusshwolf
11/01/2018, 1:43 PMenableFeaturePreview('GRADLE_METADATA')
in your settings.gradle
file?Ellen Shapiro
11/01/2018, 2:21 PMEllen Shapiro
11/01/2018, 2:25 PMdependencies
block for iosMain
Ellen Shapiro
11/01/2018, 2:25 PMEllen Shapiro
11/01/2018, 2:54 PMEllen Shapiro
11/01/2018, 2:55 PMiOS
to ios
Ellen Shapiro
11/01/2018, 2:55 PMEllen Shapiro
11/01/2018, 2:55 PMrusshwolf
11/01/2018, 2:56 PM