Kristian Tan
10/28/2020, 11:30 AMe: java.lang.RuntimeException: Cannot extract archive with dependency: /home/kristian/.konan/cache/target-gcc-toolchain-3-linux-x86-64.tar.gz.
I'm running the project on a Ubuntu machine, and when I check the directory in the error message I can see that the relevant .tar.gz file is present. Does anyone know what I can do to fix this?Artyom Degtyarev [JB]
10/28/2020, 11:46 AM/.konan/
directory and let the Gradle re-download it.Kristian Tan
10/28/2020, 11:50 AMlouiscad
10/28/2020, 11:59 AMArtyom Degtyarev [JB]
10/28/2020, 12:03 PM