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.
javiersc-publish
1 parent c131391 commit 50168a2Copy full SHA for 50168a2
kotlin-stdlib/build.gradle.kts
@@ -3,12 +3,37 @@ import org.jetbrains.dokka.gradle.DokkaTask
3
plugins {
4
`kotlin-multiplatform`
5
`javiersc-kotlin-library`
6
+ `javiersc-publish`
7
}
8
9
kotlin {
10
explicitApi()
11
12
+ iosArm64()
13
+ iosSimulatorArm64()
14
+ iosX64()
15
+
16
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()
37
38
39
tasks.withType<DokkaTask> {
0 commit comments