File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,7 @@ kotlin {
153153
154154 commonTest {
155155 dependencies {
156- api(" org.jetbrains.kotlin:kotlin-test-common" )
157- api(" org.jetbrains.kotlin:kotlin-test-annotations-common" )
156+ api(" org.jetbrains.kotlin:kotlin-test" )
158157 }
159158 }
160159
@@ -180,7 +179,6 @@ kotlin {
180179
181180 val jsTest by getting {
182181 dependencies {
183- api(" org.jetbrains.kotlin:kotlin-test-js" )
184182 implementation(npm(" @js-joda/timezone" , " 2.3.0" ))
185183 }
186184 }
Original file line number Diff line number Diff line change @@ -77,9 +77,8 @@ kotlin {
7777
7878 commonTest {
7979 dependencies {
80- api(" org.jetbrains.kotlin:kotlin-test-common " )
80+ api(" org.jetbrains.kotlin:kotlin-test" )
8181 api(" org.jetbrains.kotlinx:kotlinx-serialization-json:$serializationVersion " )
82- api(" org.jetbrains.kotlin:kotlin-test-annotations-common" )
8382 }
8483 }
8584
@@ -93,7 +92,6 @@ kotlin {
9392 val jsMain by getting
9493 val jsTest by getting {
9594 dependencies {
96- api(" org.jetbrains.kotlin:kotlin-test-js" )
9795 implementation(npm(" @js-joda/timezone" , " 2.3.0" ))
9896 }
9997 }
You can’t perform that action at this time.
0 commit comments