trying to help out with the junit5/quarkus stuff b...
# kotest
s
trying to help out with the junit5/quarkus stuff but can’t even get master to build.
Copy code
❯ ./gradlew build

> Configure project :
Kotlin Multiplatform Projects are an Alpha feature. See: <https://kotlinlang.org/docs/reference/evolution/components-stability.html>. To hide this message, add 'kotlin.mpp.stability.nowarn=true' to the Gradle properties.


> Task :kotest-assertions:kotest-assertions-shared:compileCommonMainKotlinMetadata FAILED
e: /Users/tyler.thrailkill/dev/code/oss/kotest/kotest-assertions/kotest-assertions-shared/src/commonMain/kotlin/io/kotest/assertions/Retry.kt: (10, 8): Unresolved reference: kotlinx
e: /Users/tyler.thrailkill/dev/code/oss/kotest/kotest-assertions/kotest-assertions-shared/src/commonMain/kotlin/io/kotest/assertions/Retry.kt: (83, 7): Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public operator fun <T, R> DeepRecursiveFunction<TypeVariable(T), TypeVariable(R)>.invoke(value: TypeVariable(T)): TypeVariable(R) defined in kotlin
e: /Users/tyler.thrailkill/dev/code/oss/kotest/kotest-assertions/kotest-assertions-shared/src/commonMain/kotlin/io/kotest/assertions/timing/Eventually.kt: (4, 8): Unresolved reference: kotlinx
e: /Users/tyler.thrailkill/dev/code/oss/kotest/kotest-assertions/kotest-assertions-shared/src/commonMain/kotlin/io/kotest/assertions/timing/Eventually.kt: (51, 7): Unresolved reference: delay
e: /Users/tyler.thrailkill/dev/code/oss/kotest/kotest-assertions/kotest-assertions-shared/src/commonMain/kotlin/io/kotest/assertions/timing/continually.kt: (4, 8): Unresolved reference: kotlinx
e: /Users/tyler.thrailkill/dev/code/oss/kotest/kotest-assertions/kotest-assertions-shared/src/commonMain/kotlin/io/kotest/assertions/timing/continually.kt: (34, 7): Unresolved reference: delay
e: /Users/tyler.thrailkill/dev/code/oss/kotest/kotest-assertions/kotest-assertions-shared/src/commonMain/kotlin/io/kotest/assertions/until/until.kt: (4, 8): Unresolved reference: kotlinx
e: /Users/tyler.thrailkill/dev/code/oss/kotest/kotest-assertions/kotest-assertions-shared/src/commonMain/kotlin/io/kotest/assertions/until/until.kt: (82, 7): Unresolved reference: delay
I don’t see any kotlinx dependency declared, so how is this building successfully with github actions?
s
That's strange. It's like it can't find the coroutines dep
s
well I can't find the coroutines dependency either. What file should it be in?
s
They're in several files
kotest-assertions-core/build.gradle.kts for example
s
hmm. no clue what to do here. There’s no special building instructions are there?
s
./gradlew build is sufficient
s
hmm.
@sam is this just invisible to me? or is it linking to the wrong location? https://github.com/kotest/kotest/issues/1401#issuecomment-719064212
s
Public now.
s
thanks!