Skip to content

Commit

Permalink
Merge pull request #12 from splendo/avdyushin/fixes/update-coroutine-…
Browse files Browse the repository at this point in the history
…version

Update coroutine version and gradle
  • Loading branch information
avdyushin authored Jan 7, 2021
2 parents e9de6ea + bf46974 commit 2c07333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,12 @@ subprojects {

dependencies {
"commonMainImplementation"(kotlin("stdlib-common"))
"commonMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9")
"commonMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9-native-mt-2")
"jsMainImplementation"(kotlin("stdlib-js"))
"androidMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.3.9")
"commonTestImplementation"(kotlin("test-common"))
"commonTestImplementation"(kotlin("test-annotations-common"))
"commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9")
"commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9-native-mt-2")
"jsTestImplementation"(kotlin("test-js"))
"androidAndroidTestImplementation"(kotlin("test-junit"))
"androidAndroidTestImplementation"("junit:junit:4.13")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip

0 comments on commit 2c07333

Please sign in to comment.