Kotlin Multiplatform multi-project Gradle error: "Projects must be configuring"
I have a Kotlin Multiplatform project (1.7.10), with multiple subprojects, using Gradle 7.4.2. When running Gradle tasks I regularly get an error message from the Kotlin Gradle plugin:
* What went wrong:
Execution failed for task ':modules:web-map:publicPackageJson'.
Error while evaluating property 'externalDependencies$kotlin_gradle_plugin' of task ':modules:web-map:publicPackageJson'
> Projects must be configuring
The error will not go away, unless I somehow force the project to...