dante.won
08/08/2024, 7:50 AM:kotlin-test:kotlin-test-js:main: Could not resolve project :kotlin-stdlib.
Required by:
project :kotlin-test:kotlin-test-js
project :kotlin-test:kotlin-test-js > project :kotlin-test:kotlin-test-common
project :kotlin-test:kotlin-test-js > project :kotlin-test:kotlin-test-annotations-common
Possible solution:
- Declare repository providing the artifact, see the documentation at <https://docs.gradle.org/current/userguide/declaring_repositories.html>
Context:
1. I checked out the branch tagged with Kotlin compiler v1.9.21.
2. I attempted to build the project in IntelliJ IDEA and used the "Reload All Gradle Projects" option.
Issue:
It appears that the kotlin-stdlib
project cannot be resolved. Could anyone advise on how to resolve this issue?
Thank you in advance!dmitriy.novozhilov
08/08/2024, 7:55 AM./gradlew dist
task to build it (in terminal or with IDE UI)dante.won
08/08/2024, 8:06 AM./gradlew dist
command successfully built the project. Thank you!