Skip to content

Commit b3f1847

Browse files
committed
fix native tests
Signed-off-by: Adam Ratzman <[email protected]>
1 parent d7dd084 commit b3f1847

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,7 @@ kotlin {
296296
}
297297

298298
val desktopTest by creating {
299-
dependencies {
300-
301-
}
299+
dependsOn(commonTest)
302300
}
303301

304302
val linuxX64Main by getting {

src/desktopTest/kotlin/com.adamratzman.spotify/CommonImpl.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
package com.adamratzman.spotify
33

44
import kotlin.coroutines.CoroutineContext
5+
import kotlinx.cinterop.toKString
56
import kotlinx.coroutines.CoroutineScope
67
import kotlinx.coroutines.MainScope
78
import kotlinx.coroutines.runBlocking

0 commit comments

Comments
 (0)