[K/N] Don't build distribution for deprecated targets ^KT-59008

This commit is contained in:
Alexander Shabalin
2023-08-10 16:57:08 +02:00
committed by Space Team
parent e96dcef571
commit 18fb2ec476
5 changed files with 15 additions and 33 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ enum DependencyKind {
def platformManager = rootProject.project(":kotlin-native").ext.platformManager
platformManager.enabled.each { target ->
EnabledTargetsKt.enabledTargets(platformManager).each { target ->
def loader = platformManager.loader(target)
tasks.register("${target}Dependencies", NativeDep) {