you're probably missing the native implemenations for ktor:
implementation "io.ktorktor client core native$ktor_version"
implementation "io.ktorktor client json native$ktor_version"
a
alexfacciorusso
01/10/2019, 10:55 AM
Yes, that and for some reason my GRADLE_METADATA thing was missing as well XD now everything is solved 😄
Also I had to downgrade gradle to 4.7 and the android plugin as well (I’m using Android Studio RC3, that uses the new android gradle plugin that supports gradle 4.10+)