File tree Expand file tree Collapse file tree 3 files changed +4
-20
lines changed Expand file tree Collapse file tree 3 files changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,10 @@ subprojects {
138
138
" androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.3.4" )
139
139
" iosMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-common:1.3.4" )
140
140
" iosMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.3.4" )
141
+ " commonTestImplementation" (kotlin(" test-common" ))
142
+ " commonTestImplementation" (kotlin(" test-annotations-common" ))
143
+ " jsTestImplementation" (kotlin(" test-js" ))
144
+ " androidTestImplementation" (kotlin(" test-junit" ))
141
145
}
142
146
}
143
147
Original file line number Diff line number Diff line change @@ -69,16 +69,6 @@ kotlin {
69
69
api(" com.google.firebase:firebase-common:19.2.0" )
70
70
}
71
71
}
72
- val androidTest by getting {
73
- dependencies {
74
- implementation(kotlin(" test-junit" ))
75
- }
76
- }
77
- val jsTest by getting {
78
- dependencies {
79
- implementation(kotlin(" test-js" ))
80
- }
81
- }
82
72
83
73
configure(listOf (iosArm64, iosX64)) {
84
74
compilations.getByName(" main" ) {
Original file line number Diff line number Diff line change @@ -60,22 +60,12 @@ kotlin {
60
60
api(" org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.20.0" )
61
61
}
62
62
}
63
- val androidTest by getting {
64
- dependencies {
65
- implementation(kotlin(" test-junit" ))
66
- }
67
- }
68
63
val jsMain by getting {
69
64
dependencies {
70
65
// implementation(npm("firebase", "6.2.3"))
71
66
api(" org.jetbrains.kotlinx:kotlinx-serialization-runtime-js:0.20.0" )
72
67
}
73
68
}
74
- val jsTest by getting {
75
- dependencies {
76
- implementation(kotlin(" test-js" ))
77
- }
78
- }
79
69
val iosMain by getting {
80
70
dependencies {
81
71
api(" org.jetbrains.kotlinx:kotlinx-serialization-runtime-native:0.20.0" )
You can’t perform that action at this time.
0 commit comments