if i create a new mpp project with the 1.4-m3 wiza...
# eap
c
if i create a new mpp project with the 1.4-m3 wizard (jvm and js), and then add a distributions block to the gradle file, idea complains about it. the gradle file works fine.
and a separate issue when using react in the js frontend, the generated gradle file does not work because its missing
Copy code
maven { setUrl("<https://kotlin.bintray.com/kotlinx>") }
g
I had this problem during compilation, I couldn’t reproduce it on simple example, I thought that it because I do not use 1.4-m3 coroutines, and it some kind binary incomapibily
so just to verify 1.4-m3 I update only Kotlin and got 2 or 3 cases of tthis problem (but we have much more usages of Dispatcher.invoke operator), but I didn’t try to update also Kotlinx.Coroutines
c
do you think this is related to coroutines?
g
Ahhh, sorry for confusion, it's some another issue, it's in Gradle, right? I was confused when saw issue with invoke operator and "main"
c
yes its in gradle
a
Also, kotlinx issue is tracked in https://youtrack.jetbrains.com/issue/KT-40004