Sam
03/21/2023, 1:20 AMcommonTest
Android Studio just... stops acknowledging the existence of sourcesets other than Android. There's no error, syntax highlighting and everything else just... break.
Does this look normal?
val commonTest by getting {
dependencies {
implementation(kotlin("test"))
implementation("app.cash.turbine:turbine:0.12.1")
implementation("io.kotest:kotest-assertions-core:$kotestVersion")
implementation("io.kotest:kotest-framework-engine:$kotestVersion")
implementation("io.kotest:kotest-property:$kotestVersion")
implementation("io.mockative:mockative:$mockativeVersion")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion")
}
}
org.gradle.internal.resolve.ArtifactNotFoundException: Could not find kotest-common.klib (io.kotest:kotest-common-iosx64:5.5.5).
.klib
file is missing for 5.5.5. It's there for 5.5.4.