File tree 1 file changed +4
-19
lines changed
1 file changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -111,25 +111,10 @@ kotlin {
111
111
android()
112
112
113
113
sourceSets {
114
- val commonTest by getting {
115
- dependencies {
116
- implementation(" com.varabyte.truthish:truthish:0.6.5" )
117
- }
114
+ commonTest.dependencies {
115
+ implementation(" com.varabyte.truthish:truthish:0.6.5" )
116
+ implementation(kotlin(" test" ))
118
117
}
119
-
120
- val jvmTest by getting {
121
- dependencies {
122
- implementation(kotlin(" test" ))
123
- }
124
- }
125
-
126
- val jsTest by getting {
127
- dependencies {
128
- implementation(kotlin(" test-js" ))
129
- }
130
- }
131
-
132
- // Other configurations don't seem to need a kotlin("test") dependency, nice!
133
118
}
134
119
}
135
120
```
@@ -175,4 +160,4 @@ dependencies {
175
160
// If used in tests run on the device
176
161
androidTestImplementation(" com.varabyte.truthish:truthish:0.6.5" )
177
162
}
178
- ```
163
+ ```
You can’t perform that action at this time.
0 commit comments