File tree Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
group = " com.techprd"
6
- version = " 1.5.10 "
6
+ version = " 1.7.0 "
7
7
8
8
repositories {
9
9
mavenCentral()
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" org.jetbrains.kotlin.js" ) version " 1.5.10 "
2
+ id(" org.jetbrains.kotlin.js" ) version " 1.7.0 "
3
3
}
4
4
5
5
group = " com.techprd"
6
- version = " 1.0-SNAPSHOT "
6
+ version = " 1.7.0 "
7
7
8
8
repositories {
9
9
mavenCentral()
@@ -15,3 +15,8 @@ kotlin {
15
15
nodejs()
16
16
}
17
17
}
18
+
19
+ rootProject.plugins.withType< org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin > {
20
+ rootProject.the< org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension > ().versions.webpackCli.version =
21
+ " 4.10.0"
22
+ }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
group = " com.techprd"
6
- version = " 1.5.10 "
6
+ version = " 1.7.0 "
7
7
8
8
repositories {
9
9
mavenCentral()
Original file line number Diff line number Diff line change 1
- kotlin.code.style =official
1
+ kotlin.code.style =official
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
group = " com.techprd"
8
- version = " 1.5.10 "
8
+ version = " 1.7.0 "
9
9
10
10
repositories {
11
11
mavenCentral()
@@ -15,7 +15,7 @@ repositories {
15
15
16
16
dependencies {
17
17
implementation(kotlin(" stdlib-js" ))
18
- implementation(" org.jetbrains.kotlinx:kotlinx-html-js:0.7.2 " )
18
+ implementation(" org.jetbrains.kotlinx:kotlinx-html-js:0.7.5 " )
19
19
implementation(project(" :common" ))
20
20
}
21
21
You can’t perform that action at this time.
0 commit comments