Andy Victors
05/14/2019, 12:14 PMUnresolved reference for `ktor`symbols inside the MPP code. This should be solved by adding enableFeaturePreview("GRADLE_METADATA") but then I get error messages on other dependencies: Caused by: java.lang.RuntimeException: Unsupported format version '0.3' specified in module metadata. This version of Gradle supports format version 0.4 only.
at org.gradle.api.internal.artifacts.ivyservice.ivyresolve.parser.ModuleMetadataParser$1.transform(ModuleMetadataParser.java:80). It is possible to have a workaround to have both?ribesg
05/14/2019, 12:21 PMAndy Victors
05/14/2019, 12:21 PMribesg
05/14/2019, 12:21 PMAndy Victors
05/14/2019, 12:23 PMribesg
05/14/2019, 12:25 PMAndy Victors
05/14/2019, 12:27 PMribesg
05/14/2019, 12:27 PMribesg
05/14/2019, 12:27 PMribesg
05/14/2019, 12:31 PMAndy Victors
05/14/2019, 12:41 PMERROR: Failed to resolve: io.ktor:ktor-network:1.1.5Andy Victors
05/14/2019, 12:41 PMimplementation "io.ktor:ktor-client:$ktor_version" in gradleAndy Victors
05/14/2019, 12:46 PMAndy Victors
05/14/2019, 12:46 PMribesg
05/14/2019, 12:47 PMmaven("<https://dl.bintray.com/kotlin/kotlinx>")
maven("<https://dl.bintray.com/kotlin/ktor>")ribesg
05/14/2019, 12:48 PMAndy Victors
05/14/2019, 12:48 PMAndy Victors
05/14/2019, 1:03 PM