
implementation("io.mockative:mockative:3.2.1")Mockative is a mocking framework that utilizes the Kotlin Symbol Processing API (KSP) to generate mock implementations of classes and interfaces. ([github.com](https://github.com/mockative/mockative?utm_source=openai)) It offers a concise, non-intrusive, and type-safe API, supporting both value-based and matcher-based stubbing and verification. Additionally, it allows implicit stubbing of functions returning `Unit`.