File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
import org.jetbrains.dokka.gradle.DokkaTask
3
3
import org.jetbrains.kotlin.gradle.dsl.KotlinJsCompile
4
+ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
5
5
6
plugins {
6
7
`maven- publish`
7
8
signing
8
9
`java- library`
9
- id(" io.codearte.nexus-staging" ) version " 0.21.1 "
10
+ id(" io.codearte.nexus-staging" ) version " 0.21.2 "
10
11
kotlin(" multiplatform" ) version " 1.3.61"
11
12
kotlin(" plugin.serialization" ) version " 1.3.61"
12
- id(" com.diffplug.gradle.spotless" ) version " 3.26.0 "
13
+ id(" com.diffplug.gradle.spotless" ) version " 3.26.1 "
13
14
id(" com.moowork.node" ) version " 1.3.1"
14
15
id(" org.jetbrains.dokka" ) version " 0.10.0"
15
16
}
16
17
17
18
group = " com.adamratzman"
18
- version = " 3.0.0-rc.5 "
19
+ version = " 3.0.0"
19
20
20
21
java {
21
22
withSourcesJar()
You can’t perform that action at this time.
0 commit comments