@@ -2,7 +2,7 @@ import de.undercouch.gradle.tasks.download.Download
22import org.apache.tools.ant.taskdefs.condition.Os
33
44plugins {
5- kotlin(" multiplatform" ) version " 1.3.72 " apply false
5+ kotlin(" multiplatform" ) version " 1.3.71 " apply false
66 id(" de.undercouch.download" ).version(" 3.4.3" )
77 id(" base" )
88}
@@ -131,22 +131,22 @@ subprojects {
131131
132132 dependencies {
133133 " commonMainImplementation" (kotlin(" stdlib-common" ))
134- " commonMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-common:1.3.5 " )
134+ " commonMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-common:1.3.6 " )
135135 " jsMainImplementation" (kotlin(" stdlib-js" ))
136- " jsMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.3.5 " )
137- " androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5 " )
138- " androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.3.5 " )
139- " iosMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-common:1.3.5 " )
140- " iosMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.3.5 " )
136+ " jsMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.3.6 " )
137+ " androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.6 " )
138+ " androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.3.6 " )
139+ " iosMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-common:1.3.6 " )
140+ " iosMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.3.6 " )
141141 " commonTestImplementation" (kotlin(" test-common" ))
142142 " commonTestImplementation" (kotlin(" test-annotations-common" ))
143- " commonTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-common:1.3.5 " )
144- " commonTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.5 " )
143+ " commonTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-common:1.3.6 " )
144+ " commonTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.6 " )
145145 " jsTestImplementation" (kotlin(" test-js" ))
146146 " androidAndroidTestImplementation" (kotlin(" test-junit" ))
147147 " androidAndroidTestImplementation" (" junit:junit:4.12" )
148148 " androidAndroidTestImplementation" (" androidx.test:core:1.2.0" )
149- " androidAndroidTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5 " )
149+ " androidAndroidTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.6 " )
150150 " androidAndroidTestImplementation" (" androidx.test.ext:junit:1.1.1" )
151151 " androidAndroidTestImplementation" (" androidx.test:runner:1.1.0" )
152152 }
0 commit comments