Skip to content

Commit 851f17a

Browse files
committed
Rename commonImplementation to nonJvmMain
1 parent 6295ee2 commit 851f17a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotlin-codepoints/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ kotlin {
5555
}
5656
}
5757

58-
val commonImplementation by creating {
58+
val nonJvmMain by creating {
5959
dependsOn(commonMain.get())
6060
}
6161
}
6262

6363
targets.onEach {
6464
if (it.platformType != KotlinPlatformType.jvm) {
65-
it.compilations.getByName("main").source(sourceSets.getByName("commonImplementation"))
65+
it.compilations.getByName("main").source(sourceSets.getByName("nonJvmMain"))
6666
}
6767
}
6868
}

kotlin-codepoints/src/commonImplementation/kotlin/CodePoints.kt renamed to kotlin-codepoints/src/nonJvmMain/kotlin/CodePoints.kt

File renamed without changes.

0 commit comments

Comments
 (0)