Hi ! I'm trying to migrate to kotlin 1.9 , but fac...
# javascript
a
Hi ! I'm trying to migrate to kotlin 1.9 , but faced this issue with JS target ,
Copy code
* What went wrong:
Failed to query the value of task ':annotations:jsPackageJson' property 'npmResolutionManager'.
> Could not isolate value org.jetbrains.kotlin.gradle.targets.js.npm.KotlinNpmResolutionManager$Parameters_Decorated@64029766 of type KotlinNpmResolutionManager.Parameters
   > Could not serialize value of type Build_gradle...
can replicate issue in this branch run with JS target (with issue)
Copy code
./gradlew build
run without JS target (no issue)
Copy code
./gradlew build -PdisableJsTarget=true
t
Looks like non-reported issue 🙂
👍 1
a
created issue