Huge shout out to the folks here (especially in <#...
# feed
e
Huge shout out to the folks here (especially in #kotlin-native, #ktor, and #multiplatform) for all your help over the last few weeks that helped me get this project and this talk to where I wanted it to be: https://speakerdeck.com/designatednerd/native-in-practice-appdevcon-amsterdam-netherlands-march-2019
💪 1
👍 6
r
Neat! One quick note though:
runBlocking
actually is available in both jvm and native. It’s just not in common by default because there’s no js implementation. But you can write your own expect/actual declarations to be able to use it for android/ios tests in common
l
Nice presentation! I'm interested in sharing localized strings too, let me know if you want to discuss it.
j
is there a video that accompanies the speakerdeck?
e
@russhwolf I was not able to find it in Native, is that a new addition? @louiscad Yes! I will DM you. @janvladimirmostert There should be soon! I’ll post a link in here when the conference posts it.
💪 1
👍 3
r
I don't think
runBlocking
is that new on Native but it might have only been added around 1.3.0. I don't remember for sure. https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/run-blocking.html
e
@russhwolf weird! Let’s take this to #coroutines