Skip to content

Commit aa84dec

Browse files
committed
Rename source sets
1 parent 2979395 commit aa84dec

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build-logic/src/main/kotlin/kotlinx/io/conventions/kotlinx-io-multiplatform.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ kotlin {
7373
applyDefaultHierarchyTemplate {
7474
common {
7575
group("native") {
76-
group("nonApple") {
76+
group("nativeNonApple") {
7777
group("mingw")
7878
group("unix") {
7979
group("linux")
8080
group("androidNative")
8181
}
8282
}
8383

84-
group("nonAndroid") {
84+
group("nativeNonAndroid") {
8585
group("apple")
8686
group("mingw")
8787
group("linux")

0 commit comments

Comments
 (0)