Hi, I recently cloned kotlin github repo, but facing some issue with building it. gradle task
Copy code
:kotlin-stdlib:commonSources
fails with
Copy code
No compatible toolchains found for request filter: {languageVersion=6, vendor=any, implementation=vendor-specific} (auto-detect true, auto-download true)
I am currently on macOS and have installed java6 using brew as mentioned in the README. How to resolve this issue?