e5l
06/11/2020, 8:41 AM1.3.2-1.4-M2
has been released with Kotlin 1.4-M2 supportJohn O'Reilly
06/11/2020, 10:16 AMe5l
06/11/2020, 10:21 AMnative-mt
with M2
due to kotlin-native issues. I hope we will publish it with M3
. Sorry for bad news, we’re also waiting for that 😞John O'Reilly
06/11/2020, 10:22 AMzalewski.se
06/11/2020, 11:24 AMnative-mt
support means here ☝️. Could you explain a little bit? 😓 Can we use Ktor 1.3.2-1.4-M2
with iOS for example or it’s not gonna work?louiscad
06/11/2020, 11:56 AMDispatchers.Main
implementation on Apple OSes.aleksey.tomin
06/11/2020, 12:06 PMCould not find io.ktor:ktor-client-core-native:1.3.2-1.4-M2
I’ve use Curl as ktor-client and will use CIO in new version.
How I have to change my project?e5l
06/11/2020, 12:06 PM-native
from kotlin 1.4
zalewski.se
06/11/2020, 12:33 PMrudolf.hladik
06/11/2020, 1:01 PMe5l
06/11/2020, 1:04 PMnative-mt
coroutines for kotlin 1.4-M1
will work with kotlin 1.4-M2
rudolf.hladik
06/11/2020, 1:06 PM1.4-M3
aleksey.tomin
06/11/2020, 3:43 PMkotlin {
macosX64("macos")
val kotlinVersion = "1.4-M2"
val ktorVersion = "1.3.2-1.4-M2"
sourceSets {
commonMain {
dependencies {
implementation(kotlin("stdlib-common"))
implementation("io.ktor:ktor-client-core:${ktorVersion}")
}
}
}
}
Error:
e: Could not find "io.ktor:ktor-io-cinterop-bits" in ...
John O'Reilly
07/06/2020, 3:25 PMnative-mt
support will be released corresponding to this? (sorry to keep hassling you about this but will be really nice to have this in place 🙂 )e5l
07/06/2020, 4:13 PM