Anyone using exclusively Spock to test Kotlin classes? I'm seeing some issues with using a Spock Mock for a Kotlin interface where the stubbed methods are returning null. Wondering if there's something odd with the interop that I'm missing...
Jeff
07/17/2019, 7:33 AM
Just following up on this. No problem with interop between Spock and Kotlin. My Spock skills were rusty and after fixing the tests, it's working correctly.