Skip to content

Commit 93876b3

Browse files
authored
Bump kotlin and yarn lock (#6)
* Bump kotlin and yarn lock * Bump gradle to 7.6
1 parent 04c1a39 commit 93876b3

File tree

4 files changed

+36
-989
lines changed

4 files changed

+36
-989
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
// Apply the Kotlin JVM plugin to add support for Kotlin
3-
kotlin("multiplatform") version "1.7.10"
3+
kotlin("multiplatform") version "1.8.0"
44
}
55

66
repositories {
@@ -9,7 +9,7 @@ repositories {
99

1010
kotlin {
1111
jvm()
12-
js {
12+
js(IR) {
1313
browser()
1414
nodejs()
1515
}

gradle/wrapper/gradle-wrapper.jar

285 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)