romainguy / kotlin-explorer

Desktop tool to quickly explore disassembled Kotlin code.
Apache License 2.0
745 stars 21 forks source link

[Windows] No matching toolchains found for requested specification #8

Closed chenjim closed 4 months ago

chenjim commented 6 months ago

JAVA_HOME、ANDROID_HOME、KOTLIN_HOME is configed image

BUT when runRelease error:

gradlew.bat runRelease

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':compileKotlinJvm'.
> No matching toolchains found for requested specification: {languageVersion=17, vendor=JETBRAINS, implementation=vendor-specific} for WINDOWS on x86_64.
   > No locally installed toolchains match and toolchain download repositories have not been configured.

* Try:
> Learn more about toolchain auto-detection at https://docs.gradle.org/8.5/userguide/toolchains.html#sec:auto_detection.
> Learn more about toolchain repositories at https://docs.gradle.org/8.5/userguide/toolchains.html#sub:download_repositories.
> Run with --stacktrace option to get the stack trace.
Omico commented 4 months ago

Download on your own. image

romainguy commented 4 months ago

Should be fixed with the addition of the foojay plugin that just got merged.