Skip to content

Commit 920c4d4

Browse files
committed
update: structure
1 parent f1633ec commit 920c4d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/multiplatform/multiplatform-publish-lib.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ you can configure and disable sources publication with the `withSourcesJar()` AP
211211
```kotlin
212212
kotlin {
213213
withSourcesJar(publish = false)
214-
214+
215215
jvm()
216216
linuxX64()
217217
}
@@ -235,7 +235,7 @@ you can configure and disable sources publication with the `withSourcesJar()` AP
235235
kotlin {
236236
// Disable sources publication for all targets except for JVM:
237237
withSourcesJar(publish = false)
238-
238+
239239
jvm {
240240
withSourcesJar(publish = true)
241241
}

0 commit comments

Comments
 (0)