Carter
08/29/2025, 11:32 AMrm
the kotlin-js-store directory
2. Run the gradle task to regenerate the Kotlin/JS lockfile
I can get it working locally, but not when checking the run configuration into the Git repo. I’ve tried:
1. Add the shell commands as an Before launch “Run external tool” configuration. The problem is that this creates some kind of run configuration that’s stored separately from my Gradle run configuration, therefore it doesn’t get checked into the repo
2. Create a shared Shell script run configuration, then have the Before launch use this. The problem with this option is the hardcoded working directory path, which requires all checkouts be at the same path. Run external tool option above allows a $ProjectFileDir$
variable
Ideas?mbonnin
08/29/2025, 12:39 PMmbonnin
08/29/2025, 12:39 PMCarter
08/29/2025, 12:40 PMmbonnin
08/29/2025, 12:41 PMmbonnin
08/29/2025, 12:41 PMCarter
08/29/2025, 12:41 PMCarter
08/29/2025, 12:42 PM