web-app-react-kotlin-js-gradle
web-app-react-kotlin-js-gradle copied to clipboard
Just checked out the project and tried to run browserDevelopmentRun but it fails with: [webpack-cli] TypeError: cli.isMultipleCompiler is not a function [webpack-cli] TypeError: cli.isMultipleCompiler is not a function at Command....
I followed all the instructions here: https://kotlinlang.org/docs/js-react.html However, instead of seeing the running application, the [[website](https://shrouded-everglades-31155.herokuapp.com/)] displays an error. Log excerpt: `2023-06-07T16:50:26.144957+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET...
A fresh clone and latest IDEA and I get this. > Task :kotlinNodeJsSetup > Task :kotlinNpmCachesSetup > Task :kotlinRestoreYarnLock > Task :kotlinYarnSetup > Task :packageJson > Task :testPackageJson > Task...
``` This project currently uses the Kotlin/JS Legacy compiler backend, which has been deprecated and will be removed in a future release. Please migrate the project to the new IR-based...
This happens during `:kotlinNpmInstall`. Maybe because of `yarn` version. Fixed by adding `kotlin.js.yarn=false` to `gradle.properties`.
Current version of this tutorial depends on `kotlin-wrappers-bom:1.0.0-pre.430`. https://github.com/kotlin-hands-on/web-app-react-kotlin-js-gradle/blob/finished/build.gradle.kts#L28 But the latest version is `kotlin-wrappers-bom:1.0.0-pre.750`. I want to use the recent version of the module. but kotlin-wrappers introduce following patch...