Native: fix downloading dependencies when producing cache

This commit is contained in:
Svyatoslav Scherbina
2021-08-03 07:01:08 +00:00
committed by Space
parent e177cecd50
commit fb27459b2e
@@ -253,6 +253,7 @@ class K2Native : CLICompiler<K2NativeCompilerArguments>() {
CHECK_DEPENDENCIES,
configuration.kotlinSourceRoots.isNotEmpty()
|| !arguments.includes.isNullOrEmpty()
|| outputKind.isCache
|| arguments.checkDependencies
)
if (arguments.friendModules != null)