Vampire
08/12/2020, 1:31 PMwarning "workspace-aggregator-6f2c6a0d-778d-49e5-9792-0c1b7ca65d3f > setup-wsl > kotlinx-coroutines-core@1.3.8" has incorrect peer dependency "kotlin@1.3.71".
telling me?
Did I do something wrong? Is there a Koltin/JS error? ...?
This is displyed when I have implementation(npm("kotlinx-coroutines-core", "1.3.8"))
and refresh in IntelliJ.
Actually mainly wondering, because I'll replace that with implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.3.8")
as the npm
variant does not provide navigation to definition.araqnid
08/12/2020, 4:10 PMVampire
08/12/2020, 5:07 PMkotlin
dependency also should be added automatically.
But anyway I used the normal dependency now for better code navigation, thanks for the explanation. 🙂
What is IR and when is it used?araqnid
08/12/2020, 7:59 PMVampire
08/12/2020, 9:14 PM