``` ~/git-repos/kotlin λ> ./gradlew --no-daemon...
# kontributors
i
Copy code
~/git-repos/kotlin λ> ./gradlew --no-daemon -m
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: <https://docs.gradle.org/4.7/userguide/gradle_daemon.html>.
Daemon will be stopped at the end of the build stopping after processing
> Task :buildSrc:prepare-deps:android-dx:untarDxSources FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all files for configuration ':buildSrc:prepare-deps:android-dx:dxSourcesTar'.
> Could not resolve google:dx:0.
  Required by:
      project :buildSrc:prepare-deps:android-dx
   > Could not resolve google:dx:0.
      > Could not get resource '<https://dl-ssl.google.com/android/repository/dx_0.tar.gz>'.
         > Could not HEAD '<https://dl-ssl.google.com/android/repository/dx_0.tar.gz>'.
            > Connect to <http://dl-ssl.google.com:443|dl-ssl.google.com:443> [<http://dl-ssl.google.com/74.125.204.93|dl-ssl.google.com/74.125.204.93>, <http://dl-ssl.google.com/74.125.204.91|dl-ssl.google.com/74.125.204.91>, <http://dl-ssl.google.com/74.125.204.136|dl-ssl.google.com/74.125.204.136>, <http://dl-ssl.google.com/74.125.204.190|dl-ssl.google.com/74.125.204.190>, <http://dl-ssl.google.com/2404:6800:4008:c07:0:0:0:be]|dl-ssl.google.com/2404:6800:4008:c07:0:0:0:be]> failed: 网络不可达 (connect failed)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.