./gradlew wasmJsBrowserDevelopmentRun ```FAILURE: ...
# multiplatform
c
./gradlew wasmJsBrowserDevelopmentRun
Copy code
FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':kotlinNpmInstall'.
> Could not create task ':rootPackageJson'.
   > Could not create task ':composeApp:wasmJsBrowserTest'.
      > Could not create task of type 'KotlinJsTest'.
         > Could not create an instance of type org.gradle.api.internal.tasks.testing.DefaultTestTaskReports.
            > Could not create an instance of type org.gradle.api.reporting.internal.DefaultReportContainer.
               > Type T not present
a
What versions of Kotlin, Gradle and Java are you using? What's the output from
./gradlew --version
?
c
Gradle 8.13 Kotlin: 2.0.21 Groovy: 3.0.22 Launcher JVM: 24 (Eclipse Adoptium 24+36) OS: Mac OS X 15.4.1 aarch64
a
Using Java 24 to run Gradle requires 8.14 https://docs.gradle.org/8.14/userguide/compatibility.html
👍 1
c
Worked. 🙏