Hello, I have a small problem with kotlin multipla...
# multiplatform
a
Hello, I have a small problem with kotlin multiplatform. I'm only interested in the sharedLib build mode. Can I use a coroutine for my shared lib? After reading the documentation and spending a couple of hours researching, I understand that this is not available under the androidNativeX86 platform? I used sourceSets { commonMain { dependencies { implementation("org.jetbrains.kotlinxkotlinx coroutines android1.6.3-native-mt") } } val androidNativeX86Main by getting } Any ideas, thanks
h
The androidNativeX86 target will be supported in an upcoming release of coroutines.
a
That sounds very cool, can I find out how long it will take?
r
What does androidnativex86 refer to here?
a
It turns out that there are forks of libraries on github, and also implementations for androidx86. Using them, I was able to realize my plan
h
Or try 1.7.0-Beta
a
Damn, I couldn't find the beta releases (Can you provide a link?
a
Thank you