Skip to content

Commit 50168a2

Browse files
Add javiersc-publish config and all Kotlin Multiplatform targets
1 parent c131391 commit 50168a2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

kotlin-stdlib/build.gradle.kts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,37 @@ import org.jetbrains.dokka.gradle.DokkaTask
33
plugins {
44
`kotlin-multiplatform`
55
`javiersc-kotlin-library`
6+
`javiersc-publish`
67
}
78

89
kotlin {
910
explicitApi()
1011

12+
iosArm64()
13+
iosSimulatorArm64()
14+
iosX64()
15+
1116
jvm()
17+
18+
js(BOTH) {
19+
browser()
20+
nodejs()
21+
}
22+
23+
linuxX64()
24+
25+
macosArm64()
26+
macosX64()
27+
28+
mingwX64()
29+
30+
tvosArm64()
31+
tvosSimulatorArm64()
32+
tvosX64()
33+
34+
watchosArm64()
35+
watchosSimulatorArm64()
36+
watchosX64()
1237
}
1338

1439
tasks.withType<DokkaTask> {

0 commit comments

Comments
 (0)