[KT-43276] Add watchos_x64 target

This commit is contained in:
Sergey Bogolepov
2020-11-10 20:17:33 +07:00
committed by Stanislav Erokhin
parent 63b1aad3ef
commit 20931eebe1
9 changed files with 41 additions and 20 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ enum DependencyKind {
def platformManager = rootProject.ext.platformManager
platformManager.filteredOutEnabledButNotSupported.each { target ->
platformManager.enabled.each { target ->
def loader = platformManager.loader(target)
task "${target}Dependencies"(type: NativeDep) {