hey all. In a Kotlin MPP I noticed when I add an `...
# javascript
a
hey all. In a Kotlin MPP I noticed when I add an
npm
dependency to a project running kotlin 1.4 using the new IR JS compiler, and I try to run the project, I receive an error:
Copy code
Could not determine the dependencies of task ':js-react:jsTestPackageJson'.
> NPM Dependencies already resolved and installed
If I remove any npm dependency, the error goes away, but seems like its something do with
npm
dependencies sample here: https://github.com/monstar-lab-oss/kedux/blob/master/app/build.gradle.kts uncomment any
npm
dependency and it wont run
i
Hi, your project works fine for me, even if I uncomment all npm dependencies I run
./gradlew :app:jsBrowserRun
or I run this task in Gradle toolbar Do you have problem if run gradle task via console?
a
it was happening within the IDE, which was odd
ill try again later today