EvaS
03/17/2020, 10:43 AMkotlin_test_junit : "org.jetbrains.kotlin:kotlin-test-junit:$ver.kotlin",
kotlin_test : "org.jetbrains.kotlin:kotlin-test:$ver.kotlin",
ktor_client_mock: "io.ktor:ktor-client-mock-native:$ver.ktor",
kotlin_couroutine_test: "org.jetbrains.kotlinx:kotlinx-coroutines-test:$ver.kotlinx_coroutine"
Now it compiles but some tests fail. I guess it's because my coroutine's dep is wrong (or ktor, I don't know). I have a big trace at io.ktor.client
and at kotlinx.coroutines
Any hint ?cy
03/17/2020, 10:45 AMEvaS
03/17/2020, 10:45 AMblocking
and call a suspend
functionkotlin : '1.3.70',
kotlinx_serialization: '0.20.0',
kotlinx_coroutine : '1.3.4',
ktor : '1.3.2',
cy
03/17/2020, 10:52 AMEvaS
03/17/2020, 10:52 AMactual implementation
I have an error on import platform.Foundation.*
(platform
in red).
Since it compiles I think it's an IDE's error. But can't be sure...import kotlinx.coroutines.runBlocking
actual implementation
Sorry for the mess -.-