Been getting this issue <https://youtrack.jetbrain...
# javascript
r
Been getting this issue https://youtrack.jetbrains.com/issue/KT-33710 witch is fixed in dev versions for 1.3.60 but now i'm getting:
Copy code
* What went wrong:
Could not determine the dependencies of task ':packageJson'.
> Could not resolve all dependencies for configuration ':npm'.
   > Could not find org.jetbrains.kotlin:kotlin-test-js-runner:1.3.60-dev-2370.
where exactly do I set the version for
kotlin-test-js-runner
?
i
@Ricky Do you have sample project with this problem?
r
Fixed it, forgot to add
maven("<https://dl.bintray.com/kotlin/kotlin-dev/>")
to build.gradle.kts