napperley
02/23/2023, 9:25 PMCould not determine the dependencies of task ':kotlin-stdlib:compileMainJdk7Kotlin'.
> Unable to download toolchain matching the requirements ({languageVersion=7, vendor=any, implementation=vendor-specific}) from '<https://api.foojay.io/disco/v3.0/ids/45dfb704e8dcceab434285501d74cd33/redirect>'.
> Provisioned toolchain '/home/napperley/.gradle/jdks/zing20/zing20.09.1.0-1-jdk7.0.272-linux_x64' could not be probed.
Is there a way to resolve the issue?Rob Elliot
02/23/2023, 11:07 PMnapperley
02/24/2023, 10:01 PMtapchicoma
03/07/2023, 1:39 PMkotlin.build.isObsoleteJdkOverrideEnabled=true
into local.properties
file, so build will only use JDK 1.8+.