[Gradle] KotlinTargetHierarchy: Change naming from 'any' to 'with' prefix
^KT-56204 Verification Pending
This commit is contained in:
committed by
Space Team
parent
8aed6d3c4c
commit
ca859c0132
+3
-3
@@ -11,12 +11,12 @@ kotlin {
|
||||
targetHierarchy.default {
|
||||
common {
|
||||
group("concurrent") {
|
||||
anyJvm()
|
||||
withJvm()
|
||||
|
||||
group("native") {
|
||||
group("appleAndLinux") {
|
||||
anyApple()
|
||||
anyLinux()
|
||||
withApple()
|
||||
withLinux()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user