and_this_is_my_Gradle_conf.groovy
# multiplatform
a
and_this_is_my_Gradle_conf.groovy
j
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
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+)
👍 1