[Gradle] KotlinTargetHierarchy: Change naming from 'any' to 'with' prefix

^KT-56204 Verification Pending
This commit is contained in:
Sebastian Sellmair
2023-01-26 09:48:36 +01:00
committed by Space Team
parent 8aed6d3c4c
commit ca859c0132
12 changed files with 164 additions and 165 deletions
@@ -11,12 +11,12 @@ kotlin {
targetHierarchy.default {
common {
group("concurrent") {
anyJvm()
withJvm()
group("native") {
group("appleAndLinux") {
anyApple()
anyLinux()
withApple()
withLinux()
}
}
}