Adam
Adam
Thanks! I can't really see what's going on. Can you provide a minimal project to demo? The example you gave is missing `state`, `TotalBidSummary`, and how the mockk is used....
Some context: The MockK JVM library was renamed when MockK was updated to use the new Kotlin Multiplatform plugin in #855. (MockK was, and is, multiplatform - the update just...
> Just released v1.13.1. @Raibaz There's a couple of minor mistakes in the release notes, and in the docs :) * There's no `-android` suffix - it's only `mockk-jvm` or...
hi - have you tried using the latest version of MockK?
The Gradle secrets `${{ secrets.GRADLE_SIGNING_KEY_ID }}` can't have periods, but what about the environment variables they're assigned to? `ORG_GRADLE_PROJECT_signing.key`? For simplicity I'll rename the environment variables to match.
Some context: JDK8 was in the matrix but it was removed here https://github.com/mockk/mockk/commit/de4448f814913fe0f6dd377989e2362a6d8db3d3. An update: I've tried this out as part of #900, but it causes issues because the Android...
MockK does set up Toolchains, but it's different to the article. https://github.com/mockk/mockk/blob/master/buildSrc/src/main/kotlin/buildsrc/convention/toolchain-jvm.gradle.kts
@jschneider I expect that JDK8 compatibility will be restored by #907 :)
> You can remove all the builds from CI and just use 1 build that tests all the Javas at once... 🤯: https://jakewharton.com/build-on-latest-java-test-through-lowest-java/ Jake delivers once again! :) I've tried...
Good catch! Yes, at the moment the value classes don't have complete support. In order to support them in #849 value classes are 'unwrapped' so the value inside can be...