Alberto

Results 3 issues of Alberto

### Expected Behavior I have a gradle project with Kotlin 1.7.22 and mockk 1.13.7. I updated mockk to 1.13.8 and I'd have expected to still have full compatibility with my...

This PR approaches recording rules of functions. There's one part I'd like to change (marked as _TODO_), but as it mostly involves code style, and is not compromising performance yet,...

Adding a stacktrace filter field in the recording rules. This way, we can define filter for function names and extend it in the future. Examples of use: ``` # total...