Sean Keane
04/30/2020, 11:36 AMTask :common:compileTestKotlinJs FAILED
Unresolved reference: mockk
sourceSets["commonTest"].dependencies {
implementation(KotlinTest.common)
implementation(Coroutines.test)
implementation(KotlinTest.annotations)
implementation(KotlinTest.mockkDsl)
implementation(KotlinTest.mockk)
}
//Where KotlinTest.mockkDsl and KotlinTest.mockk are the following
val mockk = "io.mockk:mockk-common:${Versions.mockk}" //1.10.0
val mockkDsl = "io.mockk:mockk-dsl:${Versions.mockk}" //1.10.0