We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
commonImplementation
nonJvmMain
1 parent 6295ee2 commit 851f17aCopy full SHA for 851f17a
kotlin-codepoints/build.gradle.kts
@@ -55,14 +55,14 @@ kotlin {
55
}
56
57
58
- val commonImplementation by creating {
+ val nonJvmMain by creating {
59
dependsOn(commonMain.get())
60
61
62
63
targets.onEach {
64
if (it.platformType != KotlinPlatformType.jvm) {
65
- it.compilations.getByName("main").source(sourceSets.getByName("commonImplementation"))
+ it.compilations.getByName("main").source(sourceSets.getByName("nonJvmMain"))
66
67
68
…ommonImplementation/kotlin/CodePoints.kt …ints/src/nonJvmMain/kotlin/CodePoints.ktkotlin-codepoints/src/commonImplementation/kotlin/CodePoints.kt renamed to kotlin-codepoints/src/nonJvmMain/kotlin/CodePoints.kt
0 commit comments