Native: fix downloading dependencies when producing cache
This commit is contained in:
committed by
Space
parent
e177cecd50
commit
fb27459b2e
@@ -253,6 +253,7 @@ class K2Native : CLICompiler<K2NativeCompilerArguments>() {
|
|||||||
CHECK_DEPENDENCIES,
|
CHECK_DEPENDENCIES,
|
||||||
configuration.kotlinSourceRoots.isNotEmpty()
|
configuration.kotlinSourceRoots.isNotEmpty()
|
||||||
|| !arguments.includes.isNullOrEmpty()
|
|| !arguments.includes.isNullOrEmpty()
|
||||||
|
|| outputKind.isCache
|
||||||
|| arguments.checkDependencies
|
|| arguments.checkDependencies
|
||||||
)
|
)
|
||||||
if (arguments.friendModules != null)
|
if (arguments.friendModules != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user