Skip to content

Commit cb1bfad

Browse files
committed
Bump kotlin and gradle dependencies
1 parent 045a583 commit cb1bfad

File tree

3 files changed

+2903
-6
lines changed

3 files changed

+2903
-6
lines changed

build.gradle.kts

Lines changed: 4 additions & 5 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.5.10"
3+
kotlin("multiplatform") version "1.6.10"
44
}
55

66
repositories {
@@ -10,15 +10,14 @@ repositories {
1010
kotlin {
1111
jvm()
1212
js {
13-
browser ()
14-
nodejs ()
13+
browser()
14+
nodejs()
1515
}
1616

1717
sourceSets {
1818
val commonTest by getting {
1919
dependencies {
20-
// This brings the dependency
21-
// on JUnit 4 transitively
20+
// This adds a transient dependency on JUnit 4
2221
implementation(kotlin("test"))
2322
}
2423
}
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-6.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)