We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53545a5 commit 0044caeCopy full SHA for 0044cae
build.gradle.kts
@@ -138,10 +138,6 @@ subprojects {
138
"androidMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.3.4")
139
"iosMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core-common:1.3.4")
140
"iosMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.3.4")
141
- "commonTestImplementation"(kotlin("test-common"))
142
- "commonTestImplementation"(kotlin("test-annotations-common"))
143
- "androidTestImplementation"(kotlin("test-junit"))
144
- "androidTestImplementation"("junit:junit:4.12")
145
}
146
147
0 commit comments