File tree Expand file tree Collapse file tree 3 files changed +2903
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2903
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
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
66repositories {
@@ -10,15 +10,14 @@ repositories {
1010kotlin {
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 }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments