https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
a

alexfacciorusso

01/10/2019, 10:15 AM
and_this_is_my_Gradle_conf.groovy
j

Jonas Bark

01/10/2019, 10:31 AM
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+)
👍 1